/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #fffbea;
	cursor: pointer;
	z-index: 10;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	margin-top: -200px;
	overflow: show!important;
	background-color: #f9efca;
	z-index: 20;
}
#lbBottomContainer {
	background: none;
}
.lbLoading {
	background: #fffbea url(../images/loading.gif) no-repeat center;
}
#lbCanvas {
	position: absolute;
	top: 0;
	border: 1px solid #ecd790;
	background-repeat: no-repeat;
	background-color: #f9efca;
	padding: 10px;
	z-index: 20;
	background-position: center;
}
#lbCanvas iframe {
    /*width: 640px!important;
    height: 400px!important;*/
}
#leftLines, #rightLines {
	position: absolute;
	width: 134px;
	height: 277px;
	background: #f00;
	top: 55px;
}
#leftLines {
	left: -134px;
	background:url(../images/leftLines.png) no-repeat;
}
#rightLines {
	right: -134px;
	background:url(../images/rightLines.png) no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	float: left;
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px!important;
}

#lbPrevLink {
	right: 50%;
	margin-right: 35px;
}

#lbPrevLink {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	left: 50%;
	margin-left: 35px;
}

#lbNextLink {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: none;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat left bottom;
	margin: 0 0;
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 20000;
}
#lbNumber {
	width: 70px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	line-height: 40px;
	color: #a58214;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
