/* ================================================================================================ */
/* == CSS:   	slimbox.css - Slimbox (Screen)													 == */
/* ================================================================================================ */
#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background: #4D4D4D;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background: url(../nps/bg_navigation_bottom.gif) repeat-x left top; 
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #fff;
	background-repeat: no-repeat;
}

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../nps/moodalbox/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: 1px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url(../nps/moodalbox/closelabel.gif) no-repeat center;
	margin: 7px 3px 3px 3px;
	outline: none;
}

#lbCaption, #lbNumber {
	color: #FFF;	
	margin: 7px 5px 0 5px;
}
#lbCaption {
	float: left; 
}
#lbNumber {
	float: right;
	width: 90px; 
}
/* ================================================================================================ */
/* == end																						 == */
