<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.video-jcarousel .jcarousel-container-horizontal {
	width:760px;
	height:230px;
} 
.video-jcarousel .jcarousel-clip
{
	width:760px;
	height:230px;
	float:left;
	padding:10px 0px;
	margin:0;
	overflow:hidden;
}
.video-jcarousel ul li
{
	float:left;
	width:225px;
	height:250px; 
	margin:0;  
	padding-right:40px;
	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:3px 10px;	
	font-weight:bold;
	text-align:left;
}
.video-jcarousel  h3 a {}
.video-jcarousel  h3 a:hover {
  text-decoration:none;
}

.video-jcarousel  .img { 
	border:1px solid #c7c7c7;
	text-align:center;
	background:#FFF;
	height:140px;
	overflow:hidden;
	padding:4px;
} 

 
.video-jcarousel ul li.noItem  {
	width:620px;
	padding-top:45px;
	text-align:center;
	color:#FF0000;
}
 
 .jcarousel-next-horizontal {
    position: absolute;
    top: -45px;
    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: -45px;
    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;
    
}</pre></body></html>