@charset "utf-8";
/* CSS Document */

/* IMPORTANT - Change '#myGallery' to the ID of your gallery list to prevent a flash of unstyled content */
.static_imageswap_outer{
	margin:2%;
	float:left;
	}
.static_imageswap {
margin:0;
padding:0;
float:left;

list-style:none;
}

.leftpanel{z-index:2!important;}
.static_bigimage{ 
	/*position: fixed;
	left: 50%;
	top: 30%;
	transform: translate(-50%, -50%);
	top:0\9;
	left:20%\9;
	width: 65%;
	height: 65%;*/
	width:70%;
	 max-width: 100%;
    max-height: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
	z-index:2000;
	cursor:url("/media/images/static/zoom-min.png"), auto;
	cursor:url("/media/images/static/zoom-min.cur"), auto\9;
	display:none;
	
}
.static_thumb{
	cursor:url("/media/images/static/zoom.png"), auto;
	cursor:url("/media/images/static/zoom.cur"), auto\9;
	}
.static_bigimage img{
  border:thin #999999 solid;
  margin-left:30%;;
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 8px 9px 1px -3px rgba(0,0,0,1);
  -moz-box-shadow: 8px 9px 1px -3px rgba(0,0,0,1);
  box-shadow: 8px 9px 1px -3px rgba(0,0,0,1);
}
.static_main{
  cursor:url("/media/images/static/zoom.png"), auto;
  cursor:url("/media/images/static/zoom.cur"), auto\9;
  position:relative;
  margin:0;
  width:100%;
  height:100%;
  overflow:hidden;
  float:left;
}
.static_main src{
	width:100%;
}
 .static_imageswap .static_thumb{
	margin-top: 5px!important;
	overflow: hidden;
	float: left!important;
	width: auto;
	max-width: 33%;
	margin: 0;
	background-color: #CCC;
	
}
.static_thumb img{
width:100%;

}
.static_thumb_inner{
	display:block;
	height:100%;
	background-color: #FFF;
	}
.static_instruct {
	text-align:center;
	width:100%;
	margin:0!important;
	padding:0!important;
	float:left;
	list-style: none;
	color: #999;
	z-index: 90000!important;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
.clearfloat{
clear:both;}

@media (max-width : 780px) {
static_.main{height:auto;}
}
