/********All CSS Productslider ************/
#product-slider{margin:10px 0px 30px 0px;}
#product-slider button.btn-cart {
   /* background: none repeat scroll 0 0 transparent; */
    border: 0 none;
    cursor: pointer;
    margin: 0px 0px 0px 35px;
  /*  overflow: visible;
    padding: 0;
    width: auto; */
	float: left;
}
#product-slider button.btn-cart span {	
background: url(../images/cart_icon.png) no-repeat 0 0;
height: 40px;
line-height: 40px;
width: 40px;
text-indent: -9999px;
padding: 0;
}
#product-slider .actions button.button:hover span {
background-color: #ca3428;
background-position: 0 100%;
}
#product-slider button.btn-cart span span {
   /* background: none repeat scroll 0 50% transparent;
    color: #1E7EC8;
    font-weight: bold;
    padding-left: 20px; */
}
#product-slider .price-box {
margin: 0px 30px 0px 0px;
text-align: center;
background: #fff;
border-top: 0;
border-bottom: 0;
border-right: 1px solid rgba(202, 52, 40, 0.5);
border-left: 1px solid rgba(202, 52, 40, 0.5);
display: block;
padding: 10px 0px 10px 0px;
}
.price-box-slider {
border-left: 1px solid rgba(202, 52, 40, 0.5);
border-right: 1px solid rgba(202, 52, 40, 0.5);
width: 194px;
margin: 0px 0px 0px 10px;
}

#product-slider li a.link-wishlist {
background: url(../images/wishlist_icon.png) no-repeat scroll 0 0;
display: block;
text-indent: -99999px;
width: 40px;
height: 40px;
float: left;
}

#product-slider li a.link-compare {
background: url(../images/compare_icon.png) no-repeat scroll 0 0;
display: block;
text-indent: -99999px;
width: 40px;
height: 40px;
float: left;
}

#product-slider .actions .add-to-links li a.link-compare:hover {
background-color: #ca3428;
background-position: 0 100%;
}

#product-slider .actions .add-to-links li a.link-wishlist:hover {
background-color: #ca3428;
background-position: 0 100%;
}

#product-slider .actions {
border-left: 1px solid rgba(202, 52, 40, 0.5);
border-right: 1px solid rgba(202, 52, 40, 0.5);
border-bottom: 1px solid rgba(202, 52, 40, 0.5);
width: 194px;
height: 65px;
padding: 0px 0px 0px 12px;
text-align: center;
}

#product-slider .add-to-links {
margin: 0px 0px 0px 30px;
}