@charset "utf-8";



/* SLIMBOX (Customized version) */
#lbOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: black;
	cursor: pointer;
	z-index: 1000;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	padding: 0;
	overflow: hidden;
	background-color: black;
	z-index: 1000;
}
.lbLoading {
	background: #fff url(images/sb_loading.gif) no-repeat center;
	z-index: 1000;
}
#lbCanvas {
	border: 9px solid black;
	z-index: 1000;
}
#lbCanvas iframe, #lbCanvas img {
	border: 1px solid black;
	margin: 0;
	padding: 0;
	z-index: 1000;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	background: url(images/sb_anchor_spacer.gif);
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(images/sb_prevlabel.gif) no-repeat 0% 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(images/sb_nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	margin: 0 0 0 10px;
	padding: 0;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 64px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 10px 0 0 0 ;
	padding: 0;
}
#lbPrintLink {
	display: block;
	float: right;
	width: 64px;
	height: 17px;
	background: transparent url(images/sb_printicon.gif) no-repeat center;
	margin: 5px 15px 0 10px;
 
}
#lbSaveLink {
	display: block;
	float: right;
	width: 20px;
	height: 19px;
	background: transparent url(images/sb_saveicon.gif) no-repeat center;
	margin: 10px 5px 0 0;
	padding: 1px;
}
#lbSaveLink:hover, #lbPrintLink:hover {
 
 
}
#lbCaption, #lbNumber {
}
#lbCaption {
	font-weight: bold;
}