.caroufredsel_wrapper{
	height: 265px !important;
	margin: 0 auto !important;
	overflow: hidden!important;
}

.product-carousel{margin: 0;padding:0 0 0 25px;position:relative;float:left;width: 950px;}
.product-carousel a{display:block;float:left;transition:none;-moz-transition:none;-webkit-transition:none;-o-transition:none;}
.product-carousel a.prev{background:url(images/arrows-carousel-left.png) no-repeat;width: 45px;height: 265px;display:block;position:absolute;top: 0;}
.product-carousel a.prev{left: 3px;background-position:left;}
.product-carousel a.prev:hover{background-position:right;}
.product-carousel a.prev.disabled{background-position:left;opacity:0.4;}
.product-carousel a.next{background:url(images/arrows-carousel-right.png) no-repeat;width: 45px;height: 265px;display:block;position:absolute;top: 0;}
.product-carousel a.next{right: -15px;background-position:left;}
.product-carousel a.next:hover{background-position:right;}
.product-carousel a.next.disabled{background-position:left;opacity:0.4;}
.product-carousel a.prev.disabled, a.next.disabled{cursor:default;}
.product-carousel a.prev span, a.next span{display:none;}
.product-carousel .pagination{text-align:center;float:none;margin-top:10px;}
.product-carousel .pagination a{background:url(images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;width:15px;height:15px;margin:0 5px 0 0;display:inline-block;float:none}
.product-carousel .pagination a.selected{background-position:-25px -300px;cursor:default;}
.product-carousel .pagination a span{display:none;}
.clearfix{float:none;clear:both;}

.product-carousel #carrousel_productos .product .image-product{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;margin-bottom:10px;margin-top:3px;transition:all .2s linear;-moz-transition:all .2s linear;-webkit-transition:all .2s linear;border:1px solid #DDDDDD;background:url(images/loading.gif) center center no-repeat;}
.product-carousel #carrousel_productos .product .image-product:hover{opacity:.6;transition:all .2s linear;-moz-transition:all .2s linear;-webkit-transition:all .2s linear;}
.product-carousel #carrousel_productos .product .brand-product{float:left;font-size:11px;font-weight:bold;width:125px;}
.product-carousel #carrousel_productos .product .brand-product a{color:#8E8E8E;text-decoration:none;}
.product-carousel #carrousel_productos .product .brand-product a:hover{color:#fdba31;}
.product-carousel #carrousel_productos .product .name-product{float:left;font-family:'Montserrat',sans-serif;font-size:13px;height:35px;margin:0 0 20px;width:125px;}
.product-carousel #carrousel_productos .product .name-product a{color:#666666;text-decoration:none;}
.product-carousel #carrousel_productos .product .name-product a:hover{color:#fdba31;}
.product-carousel #carrousel_productos .product .price-product{float:left;font-family:'Montserrat',sans-serif;font-size:16px;margin:0 0 7px;width:125px;}
.product-carousel #carrousel_productos .product .price-product a{color:#1B9FDF;text-decoration:none;}
.product-carousel #carrousel_productos .product .price-product a:hover{color:#fdba31;}
.product-carousel #carrousel_productos .product form input.buy-product{background:#feb443;background:-moz-linear-gradient(top, #feb443 0%, #fc9600 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb443), color-stop(100%,#fc9600));background:-webkit-linear-gradient(top, #feb443 0%,#fc9600 100%);background:-o-linear-gradient(top, #feb443 0%,#fc9600 100%);background:-ms-linear-gradient(top, #feb443 0%,#fc9600 100%);background:linear-gradient(to bottom, #feb443 0%,#fc9600 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb443', endColorstr='#fc9600',GradientType=0);background-color:#ffffff;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:1px solid #e3961b;display:inline-block;color:white;font-size:11px;font-weight:bold;float:left;padding:5px 15px 5px 16px;text-decoration:none;text-shadow:1px 1px 0px #e3961b;}
.product-carousel #carrousel_productos .product form input.buy-product:hover{background:#fc9600;cursor:pointer;}
.product-carousel #carrousel_productos .product .detalle-product{background:#feb443;background:-moz-linear-gradient(top, #feb443 0%, #fc9600 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb443), color-stop(100%,#fc9600));background:-webkit-linear-gradient(top, #feb443 0%,#fc9600 100%);background:-o-linear-gradient(top, #feb443 0%,#fc9600 100%);background:-ms-linear-gradient(top, #feb443 0%,#fc9600 100%);background:linear-gradient(to bottom, #feb443 0%,#fc9600 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb443', endColorstr='#fc9600',GradientType=0);background-color:#ffffff;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:1px solid #e3961b;display:inline-block;color:white;font-size:11px;font-weight:bold;float:left;padding:9px 15px 9px 16px;text-decoration:none;text-shadow:1px 1px 0px #e3961b;margin-left:2px;}
.product-carousel #carrousel_productos .product .detalle-product:hover{background:#fc9600;cursor:pointer;}

.product-carousel-interior a.prev {
    left: 0 !important;
}
.product-carousel-interior a.next {
    right: 0 !important;
}


/* Carousel Vertical */
#sop-carrousel-vert {
    overflow: hidden;
    width: 250px;
    border-right: 1px solid #f3f3f3;
    margin: 0 auto 30px;
}
.product-carousel-vert {
    height: 765px;
    background: #fff;
    display: block;
    overflow: hidden;
    width: 250px;
    position: relative;
    padding: 0 0 50px 0;
}

.product-carousel-vert .up{
	background: url(images/arrows-carousel-up.png) no-repeat #fff;
	width: 250px;
	height: 45px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9000px;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.product-carousel-vert .up:hover{
	background: url(images/arrows-carousel-up.png) no-repeat #fff;
	background-position: bottom;

}
.product-carousel-vert .down{
	background: url(images/arrows-carousel-down.png) no-repeat #fff;
	width: 250px;
	height: 45px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	text-indent: -9000px;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.product-carousel-vert .down:hover{
	background: url(images/arrows-carousel-down.png) no-repeat #fff;
	background-position: bottom;
}
.product-carousel-vert .caroufredsel_wrapper{
	height: 765px!important;
	width: 250px;
	margin: 0 auto !important;
}

.product-carousel-vert .product{
	margin: 10px 5px 10px 5px;
	border-bottom: 1px solid #eee;
}
#sop-carrousel-vert hgroup h2 {
    padding: 5px 0 0 0;
    margin: 0;
    text-align: center;
    color: #767676;
    font-size: 24px;
}
