/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}



#lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
	margin-top: 15px;

}

#lbCenter {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	padding-top:10px;
/*	background-color: #fff;*/
}


.lbLoading {
	background: url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
/*
	left: 25px;
	top: 15px;
*/
	height:380px;

	
	padding:0px 20px 0 20px;
	left: 5px;
/*	top: 5px;*/
/*	margin-top:10px;*/
	margin-top: 0;

/*
	border-left: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	border-top: 1px solid #ff0000;
*/
	background-repeat: no-repeat;
	background-position:center;
}

#lbImage div{ border-left: 1px solid #333; border-right: 1px solid #333; border-top: 1px solid #333;}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
/*	width: 80px;
	height: 80px;*/
	outline: none;
	padding:25px 10px 10px 10px;
	font-size:10px;
	font-weight:bold;
	color:#000;
}


#lbPrevLink { right: 60px; }
#lbPrevLink:hover { color:#ff0000; text-decoration:none;}

#lbNextLink { right: 0;  }
#lbNextLink:hover { color:#ff0000; text-decoration:none;}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 1.4em;
	text-align: left;
	border-top-style: none;
	padding-top:10px;
	background-color:#fff;
	padding:10px;
	border-top:1px solid #ddd;
	border-left: 1px solid #333; border-right: 1px solid #333; border-bottom: 1px solid #333;
}

#lbCloseLink {
	background: transparent url(../images/closebox.gif) no-repeat center;
	height:30px;
	width:30px;
	position:absolute;
	top:0px;
	right:0px;
	display:none;
	z-index:9999;

/*
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
*/	
}

#lbCaption, #lbNumber { margin-right: 71px;}
#lbCaption { font-weight: bold; }
#lbCaption a{color:#000;}
#lbCaption a:hover{color:#ff0000; text-decoration:none;}
#lbCaption em{font-weight:normal; font-style:normal;}

