#lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	display: none;
}

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: normal;
}

#lightbox img {
	width: auto;
	height: auto;
}

#lightbox a img {
	border: none;
}

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

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

.lb-container {
	padding: 10px;
}

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

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

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

.lb-nav a {
	outline: none;
}

.lb-prev,.lb-next {
	width: 49%;
	height: 100%;
	background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
	display: block;
}

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

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

.lb-prev:hover {
	background: url(http://hiro.lolipop.jp/jcp/lightbox/images/prev.png) left 48% no-repeat;
}

.lb-next:hover {
	background: url(http://hiro.lolipop.jp/jcp/lightbox/images/next.png) right 48% no-repeat;
}

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

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

.lb-data {
	padding: 0 10px;
	color: #bbbbbb;
}

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

.lb-data .lb-caption {
	font-size: 126%;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.2em;
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1.2em;
	font-size: 10px;
}

.lb-data .lb-close,.lb-data .lb-print {
	width: 28px;
	height: 18px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}

.lb-close {
	background: url(http://hiro.lolipop.jp/jcp/lightbox/images/close.png);
}

.lb-print {
	background: url(http://hiro.lolipop.jp/jcp/lightbox/images/print.png);
}

.lb-data .lb-close:hover,.lb-data .lb-print:hover {
	cursor: pointer;
}

#lightboxPrintFrame {
	position: absolute;
	width: 0;
	height: 0;
	left: -9999px;
	top: -9999px;
}
