
#page #main{position:relative;}
			
#imageShowBox{position:fixed;top:0px;left:0px;width:100%;height:100%;background-color:rgba(0,0,0,0.9);display:none;text-align:center;z-index:100;}
#imageShowBox #layout-up{width:100%;height:90px;padding:35px 80px 0;}
#imageShowBox #layout-up #close{height:45px;width:46px;background-image:url(images/galery-show-close.png);float:right;cursor:pointer;}
			
#imageShowBox #layout-leftSide, #imageShowBox #layout-rightSide{height:100%;width:55px;padding:150px 5px 0;float:left;}
			
#imageShowBox #layout-leftSide #previus{height:45px;width:45px;background-image:url(images/galery-show-prev.png);cursor:pointer;}
#imageShowBox #layout-rightSide #next{height:45px;width:45px;background-image:url(images/galery-show-next.png);cursor:pointer;}
			
#imageShowBox #layout-center{height:100%;width:850px;padding:5px;float:left;}
#imageShowBox #layout-center #image-container{width:100%;height:100%;text-align:center;}
#imageShowBox #layout-center #image-container img{max-width:100%;display:none;}
	
#imageShowBox #imageShowBox-center{margin:auto;width:960px;}