/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
		/*display:none;*/
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
	border:1px solid #red;
	border-bottom:none;
	z-index:353;
	
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	/*border: 10px solid #fff;*/
	background-repeat: no-repeat;
	padding-top:10px;
	padding-left:10px;
}

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	/*border: 10px solid #fff;*/

	border-top-style: none;
}

#lbCloseLink {
background:transparent url(closelabel.gif) no-repeat scroll center;
display:block;
float:right;
height:40px;
margin:5px 0pt;
width:45px;
}

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

#lbCaption {
	font-weight: normal;
		padding:10px;
		color:#CCC;
		font-size:13px;
}

#lbCaption h1{
  color:#EEAF30;
}

