@charset "utf-8";
/* CSS Document */

.gallery_page_button{
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	text-shadow:1px 1px 1px #FFF;
	word-wrap:break-word;

	position:relative;
	top:1px;
	right:1px;
}

.page_buttons:hover .gallery_page_button{
	color:#FFFFFF;
	text-shadow:2px 2px 1px #000;
}

.active_button{

}
.active_button:hover{background:#00CCFF;}

.gallery{
	height:auto;
	width:99%;
	/*overflow-y:auto;*/
}

.gallery_line{
	position:relative;
	left:70px;
	height:auto;
	width:550px;
}

.gallery_file{
	height: 110px;
	width: 110px;
	display: inline-block;
	margin: 10px;
}

.gallery_file img{
	height:100px;
	width:100px;
	position:relative;
	top:5px;
}

.zoom_panel{
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	left:0px;
	top:0px;
	background:rgba(0,0,0,0.6);

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index:1101;

	vertical-align: middle;
}

.zoom_box{
	position:relative;
	top:15%;
	display:inline-block;
	vertical-align: middle;
	width:660px;
	height:500px;
	background: #FFF;
	border-radius:10px;
	border:2px solid #006597;
	z-index:1102;
}

.zoom_box img{
	position:relative;
	top:-40px;
	width:640px;
	height:480px;
}

.navi_panel{
	position:relative;
	height:50px;
	width:100%;
	margin-left:10px;
}

.next_button{
	position:relative;
	top:-32px;

	height:50px;
	width:110px;
	background: #5b93cd;
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	margin-right:10px;
}

.next_button:hover{
	background: #6bb9ff;
}

.next_button span{
	position:relative;
	font-family:verdana;
	text-shadow: 1px 1px 1px #000;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	top:26%;
}

.gallery_close{
	position:relative;
	left:276px;
	top:-2px;

	height:50px;
	width:110px;
	background: #006597;
	border-top-right-radius:10px;
	cursor:pointer;

	z-index:1001;
}

.gallery_close span{
	position:relative;
	font-family:verdana;
	text-shadow: 1px 1px 1px #000;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	top:26%;
}