@charset "utf-8";

/* SLIMBOX (Customized version) */

#lbOverlay {
	position: absolute;
	top:0; left: 0;
	width: 100%;
	background-color: #ff1200;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%; padding:0;
	overflow: hidden;
	background-color: #fff;
}



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

#lbCanvas {
	border: 1px solid #fff;
}

#lbCanvas iframe, #lbCanvas img {
	border:1px solid #fff;
	margin:0; padding:0;
}

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


#lbPrevLink {
	left: 0;
}

#lbPrevLink {
	background: url(../_images/sb_prevlabel.gif) no-repeat;
}

#lbNextLink {
	left: 670px;
}

#lbNextLink {
	background: url(../_images/sb_nextlabel.gif) no-repeat;
}

#lbBottom {
	font-size:12px;
	font-family: Courier, "Courier New", monospace;
	color: #ff1200;
	line-height: 1.4em;
	text-align: left;
	margin:0 0 0 10px; padding:0;
	height:20px;
}

#lbCloseLink {
	display: block;
	position: absolute;
	left: 345px;
	width: 130px;
	height: 25px;
	background: transparent url(../_images/sb_closelabel.gif) no-repeat center;
	margin:0; padding:0;
}

#lbNumber {
	visibility: hidden;
}

#lbCaption {
	font-weight: bold;
}
