.jcarousel {
overflow: hidden;
position: relative;
}
.jcarousel ul {
list-style: none outside none;
margin: 0;
padding: 0;
position: relative;
width: 20000em;
}
.jcarousel li {
float: left;
margin:0;
}


.jcarousel-item{float:left;}

.products_carousel_wrap h3{
background: #fff;
float: left;
margin: -12px 0 0 15px;
padding: 0 10px;
}

.products_carousel{
clear:both;
padding:10px 0;
position:relative;
overflow:hidden;
}

.products_carousel .jcarousel-prev,
.products_carousel .jcarousel-next{
background:url(arrows.png) #E0E3E7 no-repeat 0 50%;
cursor:pointer;
position:absolute;
top:30%;
height:65px;
width:18px;
}
.products_carousel .jcarousel-prev{
background-position:3px 50%;
left:0;
-webkit-border-radius:0 5px 5px 0;
-moz-border-radius:0 5px 5px 0;
border-radius:0 5px 5px 0;
}
.products_carousel .jcarousel-next{
background-position:-21px 50%;
right:0;
-webkit-border-radius:5px 0 0 5px;
-moz-border-radius:5px 0 0 5px;
border-radius:5px 0 0 5px;
}

.products_carousel .jcarousel-clip{
overflow:hidden;
margin:0 auto;
width:720px;
}

.products_carousel ul{
margin:0;
padding:0;
list-style:none;
width:5000px;
position:relative;
overflow:hidden;
}

.products_carousel ul > li{
margin:0;
position:relative;
padding:0;
width:180px;
float:left;
}

.products_carousel .item{
padding:0 25px;
}

.products_carousel{}

.products_carousel .item_images{
position: relative;
display: block;
padding-top: 180px;
width: 100%;
background-position: center;
background-repeat: no-repeat;
-webkit-background-size:contain;
background-size:contain;
}

.products_carousel .item_title{
font-size: 13px;
line-height:16px;
height:32px;
overflow:hidden;
margin:0 0 5px;
}

.products_carousel .item_title a{
color: #3F3F3F;
text-decoration: none;
display:block;
}

.products_carousel .item_title a:hover{
text-decoration: underline;
}

.products_carousel .bx_catalog_item_price{
color: #3F3F3F;
font-weight: bold;
}


.products_carousel .bx_catalog_item_price span{
color: #A5A5A5;
font-size: 12px;
font-weight: normal;
text-decoration: line-through;
white-space: nowrap;
}

.catalog-detail-recommends .products_carousel .jcarousel-prev{left:10px;}
.catalog-detail-recommends .products_carousel .jcarousel-next{right:10px;}

