/* SLIMBOX */
#lbOverlay {
	position: absolute !important;
	z-index: 9999 !important;
	left: 0 !important;
	width: 100% !important;
	background-color: #666666 !important;
	cursor: pointer !important;
}

.slimboxOBS{
	color: #003366;
}

#lbCenter, #lbBottomContainer {
	position: absolute !important;
	z-index: 9999 !important;
	left: 50% !important;
	overflow: hidden !important;
	background-color: #fff !important;
}

.lbLoading {
	background: #fff url(../../img/slimbox/loading.gif) no-repeat center !important;
}

#lbImage {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	border: 10px solid #fff !important;
	background-repeat: no-repeat !important;
}

#lbPrevLink, #lbNextLink {
	display: block !important;
	position: absolute !important;
	top: 0 !important;
	width: 50% !important;
	outline: none !important;
	background: none !important;
}

#lbPrevLink {
	left: 0 !important;
}

#lbPrevLink:hover {
	background: transparent url(../../img/slimbox/prevlabel.gif) no-repeat 0% 15% !important;
}

#lbNextLink {
	right: 0 !important;
}

#lbNextLink:hover {
	background: transparent url(../../img/slimbox/nextlabel.gif) no-repeat 100% 15% !important;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif !important;
	font-size: 10px !important;
	color: #666 !important;
	line-height: 1.4em !important;
	text-align: left !important;
	border: 10px solid #fff !important;
	border-top-style: none !important;
}

#lbCloseLink {
	display: block !important;
	float: right !important;
	width: 66px !important;
	height: 22px !important;
	background: transparent url(../../img/slimbox/closelabel.gif) no-repeat center !important;
	margin: 5px 0 !important;
	outline: none !important;
}

#lbCaption, #lbNumber {
	margin-right: 71px !important;
}

#lbCaption {
	font-weight: bold !important;
}

