/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #000;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border:1px solid #fff;
	background-repeat: no-repeat;
	text-align:center;
	z-index:100;

}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	padding-top:5px;
height:16px;
	
}

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

#lbPrevLink:hover {
	background: #6F013F url(../images/prevlabel02.gif) no-repeat right bottom;
}

#lbNextLink {
background: transparent url(../images/nextlabel.gif) no-repeat left bottom;
	right: 0;
}

#lbNextLink:hover {
	background: #6F013F url(../images/nextlabel02.gif) no-repeat left bottom;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 1.4em;
	text-align: left;
	border: 1px solid #000;
	border-top: 1px solid #fff;
	margin-top:0;
	z-index:500;

}

#lbCloseLink {
	display: block;
	/*width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;*/
	text-align:right;
	padding-right:20px;
	margin-top:26px;
}
#lbCloseLink:link, #lbCloseLink:visited{
color:#FFFFFF;
text-decoration:none;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
background: url(../images/close_icon.gif) right center no-repeat;
}
#lbCloseLink:hover{
color:#70013F;
text-decoration:underline;
background: url(../images/close_icon2.gif) right center no-repeat;
}



#lbCaption, #lbNumber {
	display:none;
	/*margin-right: 71px;*/
}

#lbCaption {
	/*font-weight: bold;*/
}
