.video-jcarousel{width:100%}
.video-jcarousel .jcarousel-container-horizontal {
	width:100%;
} 
.video-jcarousel .jcarousel-clip
{
	width:100%;
	float:left;
	margin:0;
	overflow:hidden;
}
.video-jcarousel ul li
{
	float:left;
	width:238px;
	margin:0;  
	padding-right:13px;
	text-align:center;
}
.video-jcarousel .video-jcarousel-last
{
	padding:0;
	margin:0;
}

.video-jcarousel .prev
{
	width:20px;
	padding-top:70px;
	padding-left:0px;
	float:left;
	text-align:right;
	cursor:pointer;
}
.video-jcarousel .next
{
	width:20px;
	padding-top:70px;
	float:left;
	text-align:left;
	cursor:pointer;
}

.video-jcarousel  h3 { 
	padding:10px 15px;  
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
.video-jcarousel  h3 a {color:#333333; text-align:center;}
.video-jcarousel  h3 a:hover {
  text-decoration:none;
}

.video-jcarousel  .img { 
	text-align:center;  
	display:table-cell;
	position:relative;
	padding: 4px;
	border:1px solid #dcdcdc;

} 
.video-jcarousel  .img a:hover img{opacity: 0.7}
.video-jcarousel  .img a:hover .icon_h{
	-webkit-box-shadow: 0px -1px 30px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow:    0px -1px 30px 0px rgba(255, 255, 255, 1);
	box-shadow:         0px -1px 30px 0px rgba(255, 255, 255, 1);
}

.video-jcarousel  .img .icon_h {
    background: url("../images/bg_item_video.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 56px;
    left: 38%;
    position: absolute;
    top: 38%;
    width: 56px;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.video-jcarousel .info {
	color:#888888; 
	text-align:center;
}
 
.video-jcarousel ul li.noItem  {
	width:620px;
	padding-top:45px;
	text-align:center;
	color:#FF0000;
}
 
 .jcarousel-next-horizontal {
    position: absolute;
    top: -50px;
    right: -10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../images/next.gif) no-repeat 0 0;
}

 .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../images/prev.gif);
}

 .jcarousel-next-horizontal:hover,
 .jcarousel-next-horizontal:focus {
    
}

 .jcarousel-next-horizontal:active {
     
}

 .jcarousel-next-disabled-horizontal,
 .jcarousel-next-disabled-horizontal:hover,
 .jcarousel-next-disabled-horizontal:focus,
 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
}

 .jcarousel-prev-horizontal {
    
		position: absolute;
    top: -50px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../images/prev.gif) no-repeat 0 0;
}

 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../images/next.gif);
}

 .jcarousel-prev-horizontal:hover, 
 .jcarousel-prev-horizontal:focus {
     
}

 .jcarousel-prev-horizontal:active {
     
}

 .jcarousel-prev-disabled-horizontal,
 .jcarousel-prev-disabled-horizontal:hover,
 .jcarousel-prev-disabled-horizontal:focus,
 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    
}