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

body {
	background-color: #fff;
}


/* CLLECTION POPUP */

#photoBox {
	width: 940px;
	height: 700px;
	margin: 0 auto;
	padding: 5px 0;
	position: relative;
}

#creditBox {
	width: 940px;
	margin: 0 auto;
	background-color: #fff;
}

.creditText {
	width: 470px;
	text-align: center;
	padding-top: 5px;
	background-color:#fff;
	letter-spacing: 0;
	font-size: 9px;
}

.creditText2 {
	width: 940px;
	text-align: center;
	padding-top: 5px;
	background-color:#fff;
	letter-spacing: 0;
	font-size: 9px;
}

#linkBox {
	width: 940px;
	margin: 0 auto;
	background-color: #fff;
}

#linkBox p {
	width: 930px;
	text-align: right;
	padding: 0 5px 5px 5px;
	background-color:#fff;
	letter-spacing: 0;
	font-size: 9px;
}

#prev {
	position: absolute;
	width: 50px;
	height: 700px;
	top: 5px;
	left: 0;
}

#next {
	position: absolute;
	width: 50px;
	height: 700px;
	top: 5px;
	right: 0;
}