.respo-carousel   .respo-feature-news {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
	height:100%;
}
.respo-carousel .respo-feature-news  .item-news{
    display: block;
    float: left;
    padding: 0;
    width: 189px;
	height:auto;
	margin-right:-1px;
}
 
.respo-carousel .respo-feature-news .item-inner{
	margin-right:10px;
	margin-left:11px;
}

.respo-carousel .respo-feature-news   img {
	width:100%;
	height:auto;
}
  
.respo-carousel  div.item-image{
	position:relative;
}
 
.respo-carousel.responsive {
    width: auto;
	position:relative;
}
.respo-carousel .respo-feature-nav {
	width:71px;
	height:34px;
	position:absolute;
	top:-22px;
	right:12px;
}
.respo-carousel .respo-feature-nav a {
	text-decoration:none;
	outline:none;
}
.respo-carousel .next,.respo-carousel .prev {
    background:url(images/carousel-nav.png) no-repeat 0 0;
    height: 17px;
	 width: 17px;
    position: absolute;
    top: 0px;  
}
.respo-carousel .next {
    background-position: -33px -33px;
    right: 0px;
}
.respo-carousel .next:hover{
	background-position:-33px 0;
}
.respo-carousel .prev {
    background-position: 0 -33px;
    right: 20px;
}
.respo-carousel .prev:hover{
	background-position: 0px 0px;
}
/*-video*/
.item-inner.video-thumb{
	position:relative;
}

.item-inner .play-icon{
	position:absolute;
	left:0;
	top:0;
	background:url(images/play.png) no-repeat center center;
	width:168px;
	height:100%;
	display:block;
}
.item-inner .black-overlay{
	width:100%;
	height:100%;
	background:#000;	
	opacity:0.3;
	filter: alpha(opacity = 30);
	cursor:pointer;
	display:block;
}

/* CAROUSEL PAGINATE */
.respo-carousel  .paginate {
	text-align: center;
	position:absolute;
	top:-20px;
	right:90px;
}
.respo-carousel .paginate a {
	background: url(images/dot.png)no-repeat -18px 1px transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.respo-carousel .paginate a.selected {
	background-position: 2px 1px;
	cursor: default;
}
.respo-carousel .paginate a span {
	display: none;
}