#modal_gallery{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: url('../images/semitrans.png');
	z-index: 1000;
	display: none;
	text-align: center;
}

#modal_gallery_frame{
	/*background-image: url('../images/semitrans.png');*/
	background-color: #222;
	margin: 0 auto;
	width: 700px;
	height: 700px;
	text-align: center;
	position: relative;
	border: 1px solid #6f6f6f;
	border-radius: 20px;
}

#modal_gallery_image_container{
	margin: 50px;
	width: 600px;
	height: 600px;
	text-align: center;
	position: relative;
}

#modal_gallery_image{
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	width: 600px;
	height: 600px;
	border: 1px solid #444;
	border-radius: 8px;
}

#modal_gallery_close{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 10px;
	/*border: 1px solid white;*/
	cursor: pointer;
	background-image: url('../images/gallery_icons.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#modal_gallery_prev{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 330px;
	left: 10px;
	/*border: 1px solid white;*/
	cursor: pointer;
	background-image: url('../images/gallery_icons.png');
	background-position: -80px 0px;
	background-repeat: no-repeat;
}

#modal_gallery_next{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 330px;
	right: 10px;
	/*border: 1px solid white;*/
	cursor: pointer;
	background-image: url('../images/gallery_icons.png');
	background-position: -40px 0px;
	background-repeat: no-repeat;
}

#modal_gallery_title{
	color: #6f6f6f;
	font-size: 20px;
	left: 50px;
	position: absolute;
	top: 15px;
}