/* SLIMBOX */

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

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

#lbCenter{
	background: url("../img/lightbox/trans.png") repeat center;
	padding:5px;
	border: 1px solid #D8157B;
	}

#lbBottomContainer {
	background:#F0047F;
	padding:0px 5px;
	border: 1px solid #D8157B;
	margin-top:40px;
	}

.lbLoading {
	background: #ffffff url("../img/lightbox/loading.gif") no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #ffffff;
	background-repeat: no-repeat;
	background-position:center;
	margin:4px;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
	
}

#lbPrevLink:hover {
	background: transparent url("../img/lightbox/prevlabel.gif") no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url("../img/lightbox/nextlabel.gif") no-repeat 100% 15%;
}

#lbBottom {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #ffffff;
	line-height: 1.4em;
	text-align: left;
	margin-top:8px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url("../img/lightbox/closelabel.gif") no-repeat 0 -37px;
	margin: 10px 0;
	outline: none;
}

#lbCloseLink:hover {
	background: transparent url("../img/lightbox/closelabel.gif") no-repeat 0 0;
	}

#lbCaption{
	margin-right: 71px;
	padding:10px 0 0 5px;
}

#lbNumber {
	display:none;
}

#lbCaption {
	font-weight: bold;
}
