/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

/* CSS for lens */
.cloudzoom-lens {
    display: none !important;
    border: 2px solid #c41919;
    width:100px;
    height:100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor:crosshair;
    z-index: 9999;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    display: none !important;
    border:1px solid #c41919;
    width:600px;
    height:200px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
	z-index: 9999;
	background-color: #fff;
   
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    display: none !important;
    border:none;
    box-shadow:none;
	z-index: 9999;
}
.cloudzoom-blank div:last-child {
   display: none!important
    
}

/* CSS for captions */
.cloudzoom-caption {
    display: none;   /* CSS captions should be hidden initially */
    text-align: left;
    background-color: #c41919;
    color: #fff;
    padding: 6px;
    font-family: 'Raleway-Regular';
    font-size: 14px;
}

/* A blank image */
.cloudzoom-blank {
    background-image:url(blank.png);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    background-image:url(ajax-loader.gif);
    width:32px;
    height:32px;
}


.cloudzoom-blank { display: none;}
.cloudzoom-zoom { display: none; }