
#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(http://www.nanasejapan.com/products/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	background-color: #fff;
	margin: 0 auto;
	font: 100%/140% Verdana, Helvetica, sans-serif;
}

#imageData {
	padding:0 10px;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;/* End hide from IE-mac */
	}

#lightbox_layout_1 {
	width: 100%;
	margin: 15px 0px 0px;
	padding: 0px;
}

#lightbox_title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float:left;
	font-size: 13px;
	font-weight: bold;
	border-left: 5px solid #666666;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	line-height: 120%;
	color: #333333;
}

#lightbox_layout_2 {
	float:right;
	width: 120px;
}

#lightbox_back {
	margin: 0px;
	padding: 0px;
	float: left;
}

#lightbox_next {
	margin: 0px 0px 0px 10px;
	float: right;
}

#lightbox_comment {
	clear: both;
	margin: 20px 0px 0px 10px;
	width: 70%;
	line-height: 170%;
	color: #666666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#lightbox_layout_3 {
	clear: both;
	text-align: center;
	width: 100%;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#lightbox_pages {
	color: #666666;
	position: relative;
	font-size: 12px;
}
#lightbox_close {
	float: right;
	position: relative;
	top: -14px;
}

.lightbox_btn_loading {
	cursor: pointer;
	height: 35px;
	width: 35px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.lightbox_btn_back {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url('../images/back_1.gif');
}

.lightbox_btn_back_h {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url('../images/back_2.gif');
}

.lightbox_btn_next {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url('../images/next_1.gif');
}

.lightbox_btn_next_h {
	cursor: pointer;
	height: 20px;
	width: 50px;
	background-image: url('../images/next_2.gif');
}

.lightbox_btn_close {
	cursor: pointer;
	height: 22px;
	width: 75px;
	background-image: url('../images/close_1.gif');
}

.lightbox_btn_close_h {
	cursor: pointer;
	height: 22px;
	width: 75px;
	background-image: url('../images/close_2.gif');
}
