
/********** News Videos Carousel Slider  **********/
.newsvideos_slider_wrapper_main {
	margin:0 0 10px 0;
	padding:0px;
	float:left;
	width:304px;
	height:auto;
	background:#ffffff;
}
#newsvideos-carousel {
	padding:0px;
	width:290px;
	position: relative;
}
#newsvideos-carousel h3 {
	color: #404040;
	margin-bottom: 0;
}
#newsvideos-carousel .jcarousel-container {
	width:0px;
	height:180px;
	padding:0px;
	margin:0px;
}
#newsvideos-carousel .jcarousel-clip {
	width:260px;
	height:180px;
	margin:0 0 0 17px;
	overflow: hidden;

}
#newsvideos-carousel .jcarousel-item {
	width:270px;
	height:180px;
	text-align: center;
	float: left;
	display: inline;
	margin:0px;
}
#newsvideos-carousel .jcarousel-prev, #newsvideos-carousel .jcarousel-next {
	width: 20px;
	height: 33px;
	background: url(../images1/slider_arrows.png) no-repeat;
	position: absolute;
	top:70px;
	cursor: pointer;
}
#newsvideos-carousel .jcarousel-prev {
	background-position: 0 0;
	left:-6px;
}
#newsvideos-carousel .jcarousel-prev:hover {
	background-position: 0 bottom;
}
#newsvideos-carousel .jcarousel-next {
	background-position: right 0;
	right:-300px;

}


#newsvideos-carousel .jcarousel-next:hover {
	background-position: right bottom;
}
#newsvideos-carousel a {
	position: relative;
	display: block;
	height: 100%;
	width:100px;
}
#newsvideos-carousel a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#newsvideos-carousel a img {
	width:250px;
	height:170px;
	display: block;	
}

#newsvideos-carousel .video {
	color: #3d3d3d;
}

@media screen and (min-width:798px) and (max-width:980px){
	
	#newsvideos-carousel a img{
		width:195px !important;
	}
    #newsvideos-carousel .jcarousel-next {
	right:-240px;
    }
	
}


