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

body {
	background-color: #000;
	position: relative;
}

p {
	text-align: center;
}

a { color: #fff; text-decoration: none; }

#photo_gallery {
	position: relative;
}

#photo_gallery h1 {
	display: none;
}

#gallery_list {
	width: 540px;
	margin: 0 auto;
}

#gallery_list div {
	width: 135px;
	text-align: center;
	float: left;
	padding-bottom: 6px;
}

#main_img_div {
	display: none;
	width: 500px;
	text-align: center;
	position: absolute;
	left: 85px;
	top: 100px;
}

#main_img_img {
	height: 375px;
}

#main_img_prev {
	width: 90px;
	float: left;
}

#main_img_prev img, #main_img_back img, #main_img_next img {
	position: relative;
	top: 6px;
}

#main_img_text {
	width: 320px;
	float: left;
}

#main_img_next {
	width: 90px;
	float: right;
}

#main_img_back {
	float: left;
	text-align: left;
	margin-bottom: 6px;
}

#copyright {
	position: relative;
	top: 0;
	width: 712px;
	margin: 24px auto;
	text-align: center;
	font-size: 11px;
}

#new_img_div {
	display: block;
	background-color: #1d1d1d;
	width: 712px;
	height: 630px;
	margin: 12px auto;
	clear: both;
}

.photo_div {
	float: left;
	width: 161px;
	height: 208px;
	border: 1px solid #fff;
	margin-right: 20px;
}

.last {
	margin-right: 0;
}