body:after {
	content: url("../img/close.png") url("../img/loading.gif") url("../img/prev.png") url("../img/next.png");
	display: none;
}

.lightboxOverlay {
	background-color: #FFFFFF;
	display: none;
	left: 0px;
	opacity: 0.8;
	position: absolute;
	top: 0px;
	z-index: 9999;
}

.lightbox {
	font-weight: normal;
	left: 0px;
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 10000;
}

.lightbox .lb-image {
	/*border-radius: 3px 3px 3px 3px;*/
	display: block;
	height: auto;
}

.lightbox a img {
	border: medium none;
}

.lb-outerContainer {
	background-color: white;
	height: 250px;
	margin: 0px auto;
	position: relative;
	width: 250px;
}

.lb-outerContainer:after {
	clear: both;
	content: "";
	display: table;
}

.lb-container {
}

.lb-loader {
	height: 25%;
	left: 0%;
	line-height: 0;
	position: absolute;
	text-align: center;
	top: 48%;
	width: 100%;
}

.lb-cancel {
	background: url("../img/loading.gif") no-repeat scroll 0% 0% transparent;
	display: block;
	height: 32px;
	margin: 0px auto;
	width: 32px;
}

.lb-nav {
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 10;
}

.lb-container > .nav {
	left: 0px;
}

.lb-nav a {
	outline: medium none;
}

.lb-prev, .lb-next {
	cursor: pointer;
	display: block;
	height: 100%;
	width: 49%;
     background: rgba(255,255,255,0); /* IEでマウスオーバー時に矢印が出ないので対策 */
}

.lb-prev {
	float: left;
	left: 0px;
}

.lb-prev:hover {
	background: url("../img/prev.png") no-repeat scroll left 48% transparent;
}

.lb-next {
	float: right;
	right: 0px;
}

.lb-next:hover {
	background: url("../img/next.png") no-repeat scroll right 48% transparent;
}

.lb-dataContainer {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin: 0px auto;
	padding-top: 5px;
	width: 100%;
	position: absolute;
	top: -35px;
	left: 0;
}

.lb-dataContainer:after {
	clear: both;
	content: "";
	display: table;
}

.lb-data {
	color: #BBBBBB;
	padding: 0px 4px;
}

.lb-data .lb-details {
	float: left;
	line-height: 1.1em;
	text-align: left;
	width: 85%;
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}

.lb-data .lb-number {
	clear: left;
	color: #999999;
	display: none ! important;
	font-size: 12px;
	padding-bottom: 1em;
}

.lb-data .lb-close {
	background: url("../img/close.png") no-repeat scroll right top transparent;
	display: block;
	height: 30px;
	opacity: 0.7;
	outline: medium none;
	text-align: right;
	width: 30px;
}

.lb-data .lb-close:hover {
	cursor: pointer;
	opacity: 1;
}
