
/* This is the moving lens square underneath the mouse pointer. */

a:hover.cloud-zoom
{
      background-image:url('../images/ssswatermark.png');
	  background-repeat:no-repeat;
    
    }


.cloud-zoom-lens {
	border: 4px solid;
	border-color:Red;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;	
	    /*background-image:url('../images/quick_order_body1.png');*/
	     background-image:url('../images/ssswatermark.png');
	     background-repeat:no-repeat;

	

    
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;/*width:100%;*/
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
 border:4px solid #ccc;
 overflow:hidden;
 padding:0px 0px 0px 0px;
 margin:10px 0px 0px 25px;
 background-repeat:no-repeat;
 background-color:White;
 width:420px !important;
 height:214px;
 text-align:center;
}

/* This is the "loading..." message. ADDED: Loading Black Bar */
.cloud-zoom-loading {
	/*background-image:url('../images/cloudz_block.png');*/
	color: rgba (0, 0, 0, 0.5);
    opacity:0.9 !important;
    filter:alpha(opacity=100)!important; /* For IE8 and earlier */
	padding:0px;
	margin:0px 0px 0px -83px !important;/*161(w) 71(h)*/
	height:240px;
	width:240px !important;
	z-index:0;
    position:absolute;



}

/*a:hover.test
{
    height:300px;
    width:300px;
    background-color:blue;
	z-index:10000000000000000000000000000;
	float:left;
	position:absolute;
}

 backup */
/*.cloud-zoom-loading {
	color:blue;
    opacity:0.4;
    filter:alpha(opacity=40);
	padding:3px;
    position:relative;
    z-index:-100000;
    background-image:url('../images/quick_order_body1.png');
}*/

.SSSWatermark 
{
    /*background-image:url('../images/ssswatermark.png');*/
    height:48px;
    width:123px;
    margin:100px 0px 0px 60px;
    text-align:center;
    
    position:absolute;
    z-index:10002;
    pointer-events:none;
    }
    
/*.Cloudz_zoombtn
{
    background-image:url('../images/cloudz_zoom.png');
    width:240px;
    height:280px;
    pointer-events:none;
    z-index:100000000000000000000000000000000000000000000000000000;
    position:absolute;
    margin:0px 0px 0px -3px;

    
    }*/




