#gallery_images_contain {
	width: 900px;
	height: 400px;
	overflow: hidden;
}

.gallery_image_box {
	width: 900px;
}

.gallery_image {
	margin: 10px 30px;
	border: 1px solid #fff;
	cursor: pointer;
	float: left;
}

.gallery_image:hover {
	border: 1px solid #723D97;
}

#gallery_display_wrap {
	width: 100%;
	height: 100%;
	background-color: rgba(20, 20, 20, .6);
	text-align: center;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	z-index: 20;
}

#gallery_display_content {
	width: 600px;
	height: 420px;
	margin: 0px auto;
	text-align: center;
}

#gallery_nav_contain {
	width: 600px;
	position: absolute;
	top: 160px;
	z-index: 25;
}

.gallery_nav_buttons {
	border: 1px solid rgba(250, 250, 250, .5);
	width: 40px;
	padding: 20px 0px;
	background: rgba(80, 80, 80, .7);
	color: #fff;
	position: absolute;
	cursor: pointer;
}

.gallery_nav_buttons:hover {
	border: 1px solid rgba(250, 250, 250, 1);
	background: rgba(50, 50, 50, 1);
}

#nav_left {
	float: left;
	left: -40px;
}

#nav_right {
	float: right;
	right: -43px;
}

#close_button {
	width: 120px;
	padding: 0;
	top: 20px;
	right: -80px;
}

.focus_box {
	border: 2px solid #ddd;
	margin: 0px auto;
}

#focus_1 {
	display: block;
	opacity: 1;
}

#focus_2 {
	display: none;
	opacity: 0;
}