@charset "utf-8";

/* SLIMBOX (Customized version) */

#lbOverlay {
	position: absolute;
	top:0; left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%; padding:0;
	overflow: hidden;
	/*background-color: #fff;*/
	background-color:#70BDE9;
}


.lbLoading {
	background: #fff url(images/sb_loading.gif) no-repeat center;
}

#lbCanvas {
	/*border: 9px solid #fff;*/
	overflow:hidden;
}

#lbCanvas iframe, #lbCanvas img {
	/*border:1px solid #999;*/
	border:1px solid #70BDE9;
	margin:0; padding:0;
	overflow:hidden;
	
	
}

#numbernext{
	/*display: block;
	position: absolute;
	top: 10px;
	width: 70px;
	background:url(images/sb_anchor_spacer.gif);*/
	float:right;
	padding-right:20px;		
	margin-top:8px;cursor:pointer;
}
#numberprevious
{
	margin-top:8px;cursor:pointer;
	float:right;
}
#numberclear
{
	clear:both;
}
/*
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 10px;
	width: 70px;
	background:url(images/sb_anchor_spacer.gif);
}


#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/sb_prevlabel.gif) no-repeat;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/sb_nextlabel.gif) no-repeat;
}*/

#lbBottom {
	font-size:12px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	margin:0 0 0 10px; padding:0;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/sb_closelabel.gif) no-repeat center;
	margin:0; padding:0;
}

#lbCaption, #lbNumber {cursor:pointer;text-decoration: none;
	color: White;width:20px;
	float:left;
}

#lbCaption {
	font-weight: bold;margin-left:10px;margin-top:8px;
}
.white-text
{
	text-decoration: none;
	color: White;
}
