@charset      "utf-8";

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

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

#lbBottomContainer
{
	padding: 0;
}

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

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

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

#lbPrevLink
{
	left: 0;
}

#lbPrevLink:hover
{
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
	border-bottom: 0;
	outline: none;
}

#lbNextLink
{
	right: 0;
}

#lbNextLink:hover
{
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
	border-bottom: 0;
	outline: none;
}

#lbBottom
{
	background-color: #333;
	border: none;
	color: #FFF;
	font-family: Geneva,Arial,Helvetica,Swiss,SunSans-Regular,sans-serif;
	font-size: 12px;
	font-weight: 700px;
	margin: 0;
	padding-right: 20px;
	text-align: left;
}

#lbCloseLink
{
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url("../media/global/closelabel.gif") no-repeat center;
	margin: 0;
	outline: none;
	z-index: 3000;
}

#lbCloseLink:hover
{
	border-bottom: 0;
	outline: none;
}

#lbCaption, #lbNumber
{
	margin-right: 71px;
}

#lbCaption
{
	font-weight: 400;
	height: 20px;
	margin: 3px 0 0 10px;
	padding: 0;
	text-align: left;
	width: 100%;
}

#lbPrintLink
{
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_printicon.gif) no-repeat center;
	margin: 0 5px 0 0;
	padding: 1px;
}

#lbSaveLink
{
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_saveicon.gif) no-repeat center;
	margin: 0 5px 0 0;
	padding: 1px;
}

#lbSaveLink:hover,
#lbPrintLink:hover
{
	border: 1px solid #666;
	padding: 0px;
}

#lbNumber
{
	display: none;
}

