/*---------------------添加到购物车按钮-------------------------*/
.cartQuantity img,#cartAdd img{
	vertical-align: middle;cursor: pointer;
}
/*------------------------回到顶部样式--------------------------------*/


.backToTop{
	position:fixed; right:50px; bottom:0px; 
    height:48px; width:52px; 
	background:url("../images/go_to_top.png") no-repeat; 
	display:none; cursor:pointer;
	}
