/* SUPER SLIMBOX */

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

#lbCenter, #lbTopContainer, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index:100;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
}
 #lbTopContainer {
 	left: 0;
	top: 0;
	z-index:110;
	padding:10px 0 0 10px;
	width:100%;
 }
.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top:0;
	border: 10px solid #fff;
	border-top-width: 65px;
	background-repeat: no-repeat;
	z-index:100;
}

#lbHolder {
	position: absolute;
	left: 50%;
	top:70px;
	margin-left:-180px;
	width:360px;
	height:270px;
	z-index:100;
	background: #fff url(loading.gif) no-repeat center;
	/*border:1px solid #000;*/
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
/* PREV */
#lbPrevLink {
	left: 0;
	background: transparent url(prev.png) no-repeat 0% 46%!important;
	background: transparent url(prevlabel.gif) no-repeat 0% 46%;
}/*
#lbPrevLink:hover {
	background: transparent url(prev.png) no-repeat 0% 46%!important;
	background: transparent url(prevlabel.gif) no-repeat 0% 46%;
}*/
/* VR */
#lbPrevLink.vr {
	background: transparent url(prevlabelvr.gif) no-repeat 0% 46% !important;
}/*
#lbPrevLink.vr:hover {
	background: transparent url(prevlabelvr.gif) no-repeat 0% 46% !important;
}*/
/* NEXT */
#lbNextLink {
	right: 0;
	background: transparent url(next.png) no-repeat 100% 46% !important;
	background: transparent url(nextlabel.gif) no-repeat 100% 46%;
}/*
#lbNextLink:hover {
	background: transparent url(next.png) no-repeat 100% 46% !important;
	background: transparent url(nextlabel.gif) no-repeat 100% 46%;
}*/
/* VR */
#lbNextLink.vr {
	background: transparent url(nextlabelvr.gif) no-repeat 100% 46% !important;
}/*
#lbNextLink.vr:hover {
	background: transparent url(nextlabelvr.gif) no-repeat 100% 46% !important;
}*/

#lbBottom {
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink, #lbTopLink {
	display: block;
	float: right;
	padding:0 0 0 20px;
	color:#EC1D24;
	text-decoration:underline;
	font-size:.8em;
}
#lbTopLink {
	position:absolute;
	right:20px;
	top:25px;
	float:none;
	/*padding:1em 0 0 1em !important; 
	padding:1em;*/
	font-size:.5em;
}

#lbCloseLink:hover, #lbTopLink:hover {
	color:#666;
}

#lbCaption, #lbNumber, #lbSubTitle {
	font-family:Arial, Helvetica, sans-serif;
	margin-right: 50px;
	font-size: 10px;
}
#lbNumber {
	margin-top:-20px;
	float: right;
}
#lbCaption {
	font-weight: bold;
	font-size: 12px;
}
#lbBottom .imgHold {
	background:#DDD;
}
#lbTitle {
	padding:10px 0;
	color:#666;
}
