/* Moviebox and Slimbox stylesheet - black theme */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
	border: solid 0px white;
	/*margin-top: 88px;
	padding: 30px;*/
	magin:0;
	padding:0;
}

#lbCenter {
          /*background: #000 url(mediaboximages/vt_video_border_688.gif) no-repeat center;*/
}

#lbBottomContainer {
     padding-top: 0;
     padding-bottom: 0;
}

#lbCenter {

}

.lbLoading {
	background: #000 url(mediaboximages/1_loading.gif) no-repeat center;
}

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

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(mediaboximages/1_prev.png) no-repeat 0% 30%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(mediaboximages/1_next.png) no-repeat 100% 30%;
}

#lbBottom {
	font-family: Arial;
	font-size: 10px;
	color: #666;
	line-height: 16px;
	text-align: left;
	border: 14px solid #000;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 16px;
	background: transparent url(mediaboximages/1_close.png) no-repeat center;
	margin: 0px;
}

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

#lbCaption {
	font-weight: normal;
	font-size:18px;
	color: #ffff66
}
#lbCaption div {
	padding:0;
	margin:0;
	padding-top:9px;
}
#lbCaption a.vtmore {
display: block;
width: 127px;
height: 30px;
background: url(mediaboximages/vtlinks.png) 0 0 no-repeat;
text-decoration: none;
float:left;
}
#lbCaption a:hover.vtmore {
  background-position: 0 -30px;
}