/* SLIMBOX */

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

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

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

#lbImage {
 	background: #A5A49B url(/images/backgrounds/loading.gif) no-repeat center; 
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #A5A49B;
	margin-top:30px;
}

#imgSrc {
    background-repeat: no-repeat;
    width:800px;
    height:600px;
}

#lbheader {
height:30px;
width:820px !important;
width:825px;
}

div#lb_header_left {
/*background:transparent url(/images/backgrounds/bg-news-top-left.png) top left no-repeat;*/
height:30px;
width:30px;
float:left;
}

div#lb_header_right {
/* background:transparent url(/images/backgrounds/bg-news-top-right.png) top left no-repeat; */
height:30px;
width:30px;
float:right;
}

div#lb_header_center{
background: #A5A49B url(/images/backgrounds/logoSlideshow.png) bottom center no-repeat ;
width:760px;
height:30px;
float:right;
	display:block;
}

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

#lbPrevLink {
	left: 0;
	background: transparent url(/images/arrows/previousPictureG.jpg) no-repeat 0% 15%;
	margin: 5px 10px 5px 10px !important; 
	margin: 0px 0 5px 2px; 
}

#lbNextLink {
	right: 0;
	background: transparent url(/images/arrows/nextPictureG.jpg) no-repeat 100% 15%;
	margin: 5px 10px 5px 10px !important; 
	margin: 2px 10px 2px 0; 
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #A5A49B;
	border-top-style: none;
	border-bottom-style: none;
	height:42px;
	background-color: #A5A49B;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
    background: transparent url(/images/icons/actions/fileclose.png) no-repeat center center;
	margin: 5px;
	position: relative;
	top:-30px;
}

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

#lbCaption {
	font-weight: bold;
}

#lbPlay {
    color:#fff;
    font-weight:bold;
    font-size:12px;
	display: block;
	width: 200px;
	line-height: 40px;
	text-align:center;
	margin: 0 auto;
}

