 
.category-jcarousel .jcarousel-clip
{
	width:940px;
	height:90px;
	float:left;
	padding:0;
	margin:0;
	overflow:hidden;
}
.category-jcarousel ul li
{
	float:left;
	width:62px;
	height:79px;
	padding-left:8px;
	padding-right:9px;
	text-align:center;
	position:relative;
	padding-top:25px;
}
.category-jcarousel ul li.active{
	top:-15px;
}
.category-jcarousel .category-jcarousel-last
{
	padding:0;
	margin:0;
}

.category-jcarousel .prev
{
	width:20px;
	padding-top:35px;
	float:left;
	text-align:left;
	cursor:pointer;
}
.category-jcarousel .next
{
	width:20px;
	padding-top:35px;
	float:left;
	text-align:right;
	cursor:pointer;
}

.category-jcarousel  h3 { 
	padding:3px 0px;	
	font-weight:normal;
	
}
.category-jcarousel  h3 a {color:#aaaaaa;}
.category-jcarousel  h3 a:hover {
  text-decoration:none;
}

.category-jcarousel  .img {  
	text-align:center;  
	display:table-cell; 
	border:1px solid #E4E4E4;
	padding:4px;
} 

.category-jcarousel .font_gay { color:#9c9b9b; font-size:11px;}
.category-jcarousel .price { }
.category-jcarousel .price_old{
	color:#999999;
	text-decoration:line-through;
	font-size:11px;
	font-weight:normal;
	font-size:11px;
}
.category-jcarousel .price_tragop {color:#e10f11; font-size:11px;}
 

.category-jcarousel ul li.noItem  {
	width:620px;
	padding-top:45px;
	text-align:center;
	color:#FF0000;
}

 .jcarousel-next-horizontal {
    position: absolute;
    top: 70px;
    right: 5px;
    width: 20px;
    height: 50px;
    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: 70px;
    left: 5px;
    width: 20px;
    height: 50px;
    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;
    
}


.listOther .jcarousel-container { }
.listOther .jcarousel-direction-rtl { direction: rtl; }
.listOther .jcarousel-container-vertical { width: 210px; height: 640px; padding:10px 0px; }
.listOther .jcarousel-clip { overflow: hidden; }
.listOther .jcarousel-clip-vertical {  margin: 10px 0px; width: 210px; height: 620px; }
.listOther .jcarousel-item { width: 210px;  height:140px;   }
.listOther .jcarousel-item-vertical { margin-bottom: 7px; }
.listOther .jcarousel-item-placeholder {  color: #000;}
 
/**
 *  Vertical Buttons
*/
.listOther .jcarousel-next-vertical {position: absolute; bottom: 0px; left: 0px; width: 200px; height: 10px; cursor: pointer; background: transparent url(../images/arr_down.png) bottom center  no-repeat ; }
 .listOther .jcarousel-prev-vertical { position: absolute; top: 0px; left: 0px; width: 200px; height: 10px; cursor: pointer; background: transparent url(../images/arr_up.png) top center no-repeat ; }
  

