/* Moviebox and Slimbox stylesheet - black theme */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer; z-index: 10;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000; z-index: 11;
}

.lbLoading {
background: #000 url(http://www.polka.jp/js/mediabox/loading.gif) no-repeat center;
}

#lbImage {
background-color: #fff; background-repeat: no-repeat; border: 7px solid #000; overflow: auto;
}
#lbImage img{
margin: 0px auto;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none; z-index: 11;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(http://www.polka.jp/js/mediabox/prev.gif) no-repeat 0% 30%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(http://www.polka.jp/js/mediabox/next.gif) no-repeat 100% 30%;
}

#lbBottom {
	font-family: 'Verdana', 'Helvetica', sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 16px;
	text-align: left;
	border: 7px solid #000;
	border-top-style: none;
}

a#lbCloseLink {
float: right; width: 80px; height: 16px; background: url(http://www.polka.jp/js/mediabox/close.gif) no-repeat center center #215a07; margin: 0px;
}

#lbCaption, #lbNumber {
	margin-right: 14px;
}

#lbCaption {
	font-weight: bold;
}