@charset "utf-8";

/* SLIMBOX (Customized version) */

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


#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 2500;
}

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

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

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

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	bottom: 0;
	width: 50%;
	outline: none;
	float:left;
	background: url(../images/bground/blank.gif);
}

#lbPrevLink {
	left: 0;
	bottom: 0;
	float: left;
	background: url(../images/buttons/prevlabel.gif) left 100% no-repeat;
}

#lbPrevLink:hover {
	background: url(../images/buttons/prevlabel.gif) left bottom no-repeat;
	
}

#lbNextLink {
	right:0;
	bottom: 0;
	float:right;
	background: url(../images/buttons/nextlabel.gif) right 100% no-repeat;
}


#lbNextLink:hover {
	background: url(../images/buttons/nextlabel.gif) right bottom 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;
	width: 22px;
	height: 22px;
	background: transparent url(../images/buttons/close-window.gif) no-repeat center;
	margin: -7px 0 0 0;
	z-index: 10000;
	right: 0;
	position: absolute;
}

#lbNumber {
	clear: left;
	display: none;
	font-weight: bold;
}

#lbCaption {
	display: block;
	font-weight: normal;
	/*margin-bottom: 10px;*/
}
