/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

/* CSS for lens */
.cloudzoom-lens {
    border:5px solid #888;
    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 {      
    position:absolute;
    border:1px solid #888;
    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;
   
}

/* A blank image */
.cloudzoom-blank {   
    position:absolute;
    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 div:last-child{
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
}


.zoomka{
	#float:left;
	width:100%;
  height:350px;
	max-height:350px;
	#line-height:250px;
	text-align:center;
	margin-right:20px;
  overflow:hidden;
}

.zoomka img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	#-webkit-box-shadow: -1px -1px 16px 0px rgba(50, 50, 50, 0.4);
	#-moz-box-shadow:    -1px -1px 16px 0px rgba(50, 50, 50, 0.4);
	#box-shadow:         -1px -1px 16px 0px rgba(50, 50, 50, 0.4);
}  

.cloudzoom-gallery{
 width:70px !important;
 height:70px;         
 padding-left:0 !important;
 padding-right:0 !important;
 border-right:2px solid #fff; 
 border-top:1px solid #fff; 
}