/* Moviebox and Slimbox stylesheet - black theme */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: black;
	cursor: pointer;
	z-index:2000;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: white;
	z-index:3000;
}

/*
width is set in mediabox.js
*/
#lbTextContainer{
	width:200px;
	height:200px;
	position: absolute;
	right: 50%;
	overflow: hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index:3000;
}
#lbTextContainer p{
	font-size:12px;
	color:#333333;
	margin-bottom:2px;
}
#lbTextContainer h3{
	color:#333333;
	margin:5px 0;
	font-size:14px;
	padding: 0px 0 0 8px;
	background-image:url(../../content/ALG/images/bg/content_h1.png);
	background-position: 0px 2px;
	background-repeat:no-repeat;	
}
#lbTextContainer a{
	color: #ff0000;
}
#lbTextContainer a:hover{
	color: #333333;
}
.lbLoading {
	background: #000 url(../../content/ALG/slimbox/1_loading.gif) no-repeat center;
}

#lbImage {
	background-repeat: no-repeat;
	border: 7px solid #ffffff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../../content/ALG/slimbox/prevlabel.gif) no-repeat 0% 30%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../../content/ALG/mediabox/nextlabel.gif) no-repeat 100% 30%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 16px;
	text-align: left;
	border: 7px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	float: right;
	margin: 0px;
	padding-right:20px;
	height: 14px;
	background: transparent url(../../content/ALG/mediabox/close_bg.png) no-repeat 100% 100%;
}

#lbCloseLink:hover {
	background: transparent url(../../content/ALG/mediabox/close_bg.png) no-repeat 100% 0;
	text-decoration:none;
	color: #ff0000;
}


#lbCaption, #lbNumber {
	margin-right: 14px;
}

#lbCaption {
	font-weight: bold;
}

