/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/
 /* div that surrounds Cloud Zoom image and content slider*/

#surround .discount{
	background: url('../../images/discount.png') no-repeat;
	width: 50px;
	height: 54px;
	color: #FFF;
	text-align: center;
	padding-right: 15px;
	font-size: 23px;
	position:absolute;
	left: 88%;
}

  /* Image expands to width of surround*/
img.cloudzoom {
	width:100%;
 } 
#slider3 {
	height: 100%;
	max-height: 317px;
	//background-color: #fff;
	position: absolute;
}

/* CSS for lens */
.cloudzoom-lens {
    border:0px solid #888;
    width:100px;
    height:100px;
     box-shadow: -0px -0px 3px rgba(0,0,0,0.4);
    z-index: 50000;
	display :block;
	cursor:move;
	background-color:#F00;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
     border:1px solid #ccc; 
    width:600px;
    height:200px;
  /*   box-shadow: -0px -0px 10px rgba(0,0,0,0.40); */
	z-index: 9999;
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border:none;
    box-shadow:none;
	z-index: 9999;
}

/* CSS for captions */
.cloudzoom-caption {
    display:none;   /* CSS captions should be hidden initially */
    text-align: left;
    background-color:#000;
    color:#fff;
    font-weight:bold;
    padding:10px;
    font-family: sans-serif;
    font-size:11px;
   
}
.cloudzoom-blank {
	position: absolute;
	left: 1063px;
	top: 0px;
	width: 480px;
	height: 480px;
	
}

.cloudzoom-blank div:first-child{
	background-color: transparent !important;
} 
.cloudzoom-blank div:last-child {
	 display:none !important; 
} 
/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    background-image:url(loading.gif);
    width:32px;
    height:32px;
}
.mouse_move{
	background-color: #f5f5f5;
	height: 24px;
	line-height: 24px;
	color: #999;
	text-align: center;
	font-family: 'Roboto-Regular';
	font-size: small;
}
