/* ————— homefeatured.tpl ————— */
.main_page_products ul {
	list-style: none;
}
.main_page_products ul li {
	position: relative;
	display: block;
	float: left;
	margin-left: 35px;	
	width: 220px;
	text-align:center;
}


.caroufredsel_wrapper{
overflow:hidden !important;
height:450px;}
.box-carousel{margin-left:-35px ;}

.main_page_products ul li.alpha { clear:left;}
.main_page_products ul li a {
	position: relative;
}
.main_page_products ul li img.next-img {
	z-index: 9;
	width: 270px;
	position: absolute;
	top: 0;
	left: 0;
}
.main_page_products ul li img {
	display: inline;
	overflow: hidden;
}
.main_page_products ul li img.main-img {
	display: inline;
}
.main_page_products ul li .product_image {		
	position: relative;
    border: 1px solid #D8D8D8;
    display: block;
    padding: 9px;
    text-align: center;	
	overflow:hidden;

}
.main_page_products ul li .product_image img{-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	filter:alpha(opacity=100);
opacity:1}

.main_page_products ul li .product_image:hover img{
	filter:alpha(opacity=80);
opacity:.8	
	} 



.main_page_products ul li > div { overflow:hidden;}
.main_page_products ul li h5 {
	padding: 11px 0 0 0;
	min-height:40px;
}
.main_page_products ul li p.product_desc {
	padding: 3px 0 0 0;
	display: none;
}
.main_page_products ul li .button {
display:none
}
.main_page_products ul li .price{margin-bottom:8px }
#addhomefeatured{
	background:#f7f7f7;
    border: 1px solid #D8D8D8;
    padding: 25px 66px 35px 71px; 	
	position:relative;
	margin-bottom:30px
	}

#cat_prev,#cat_next {
	display:block;
	width:36px;
	height:79px;
	background:url(../../../themes/theme747/img/prev-next.png) no-repeat 0 0;
	text-indent:-9999px;
	border:0;
    filter:alpha(opacity=10);
     opacity:.1;
	 -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position:absolute;
	top:50%;
	z-index:9;
	cursor:pointer;
	margin-top:-37px;
}

#cat_next:hover,#cat_prev:hover{
	filter:alpha(opacity=70);
     opacity:.7	
	}

#cat_next {
	background-position: right 0 ;
	right:0px;
}
#cat_prev {
	left:0px;	
}

.blockproductscategory #cat_prev {
	left:21px;
	
}