/* Moviebox and Slimbox stylesheet - black theme */

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

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

.lbLoading    { background: white url("http://studioeastnashville.com/images/2_loading.gif") no-repeat center }

#lbImage  { background-repeat: no-repeat; border: solid 7px #fff }

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover   { background: url("http://studioeastnashville.com/images/2_prev.gif") no-repeat 0 30% }

#lbNextLink {
	right: 0;
}

#lbNextLink:hover   { background: url("http://studioeastnashville.com/images/2_next.gif") no-repeat 100% 30% }

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

#lbCloseLink   { background: url("http://studioeastnashville.com/images/2_close.gif") no-repeat center; display: block; margin: 0; width: 80px; height: 16px; float: right }

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

#lbCaption {
	font-weight: bold;
}