

.checkout-cart-index #ajax-loading{ 	width:70px; height:70px; position:absolute; background: url("../images/ajax-loader-white.gif") #000 no-repeat center !important;	z-index:10001;border-radius: 5px; -moz-border-radius: 5px;}




#ajax-cart-overlay{ width:100%;	height:100%; position:fixed; top:0; left:0; background-color:#000;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE 5-7 */
	filter: alpha(opacity=70);
	/* Netscape */
	-moz-opacity: 0.5;
	/* Safari 1.x */
	-khtml-opacity: 0.5;
	/* Good browsers */
	opacity: 0.7;
	z-index:10000;
}