/* Mediabox and Slimbox stylesheet - black theme */



#lbOverlay {

	position: absolute;
		left: 0;
	

	width: 100%;

	background-color: #000;

	cursor: pointer;

}



#lbCenter{

	position: fixed; 
	left: 50%;
	
	top: 70px!important;
	overflow: hidden;

	background-color: #000;

	z-index:999;

}

 #lbBottomContainer{

	position: fixed; 
	left: 50%;
	
	top: 39px!important;
	overflow: hidden;

	background-color: #000;

	z-index:999;

}


.lbLoading {

	background: #000 url(../img/loading.gif) no-repeat center;

}



#lbImage {

	background-repeat: no-repeat;

	border: 2px solid #000;

}



#lbPrevLink, #lbNextLink {

	display: block;

	position: absolute;

	top: 0;

	width: 50%;

	outline: none;

}



#lbPrevLink {

	left: 0;

}



#lbPrevLink:hover {

	background: transparent url(../img/prevlabel.gif) no-repeat 0% 30%;

}



#lbNextLink {

	right: 0;

}



#lbNextLink:hover {

	background: transparent url(../img/nextlabel.gif) no-repeat 100% 30%;

}



#lbBottom{

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 10px;

	color: #666;

	line-height: 16px;

	text-align: left;

	border: 1px solid #000;

	border-top-style: none;
	margin-top:100%

}


#lbCloseLink{

	display: block;

	float: right;

	width: 90px;

	height: 31px;

	/*background: transparent url(../img/1_close.png) no-repeat center;*/

	margin: 0px;

}


#lbCaption, #lbNumber {

	margin-right: 5px;

}



#lbCaption {

	font-weight: bold;

}
