/********Css For Simple Slider ************/
.list-products{background:#E6E6E6; border: 3px solid #FFFFFF; padding:10px 10px 30px;}
.list-products #list-items{}
#list-items .item{}
#list-items .product-info{margin-left:180px;}
#list-items .product-name{}
#list-items .product-name a{font-size:14px; font-weight:bold; color:#2f2f2f; text-decoration:none;}
#list-items .product-image{
	float:left;
	background: url("images/product-image-bg.png") no-repeat scroll left top transparent;
    display: block;
    height: 123px;
    padding: 1px 1px 14px;
    text-align: left;
    width: 161px;
}
.list-products .bx-prev{position:absolute; background:url(images/btn_prev.png) top left no-repeat;  height: 32px; width: 32px;top:50%;left: -30px;right: auto;float:left; text-align:left; text-indent:-999em; }
.list-products .bx-next{position:absolute; background:url(images/btn_next.png) top right no-repeat; height: 32px; width: 32px;top:50%; right:-30px;float:left; text-align:left; text-indent:-999em; }