/* SLIMBOX */

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

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

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

#lbImageContainer {
	position:absolute;
	left:0;
	top:0;
	background-color:#556478;
	padding:9px;}

#lbImage {
	border:1px solid #FFFFFF;
	background-repeat:no-repeat;}

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

#lbPrevLink {	left:9px;}

#lbPrevLink:hover {	background:transparent url(prev.gif) no-repeat 0% 91%;}

#lbNextLink {	right:9px;}

#lbNextLink:hover {	background:transparent url(next.gif) no-repeat 100% 91%;}

#lbBottom {
	font-family:Arial, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	line-height:1.4em;
	text-align:left;
	border:10px solid #556478;
	border-top-style:none;}

#lbCloseLink {
	display:block;
	float:right;
	width:113px;
	height:22px;
	background:transparent url(close.gif) no-repeat center;
	margin:5px 0;}

#lbCaption {	margin-right:71px;}

#lbNumber {
	margin-left:5px;
	margin-right:5px;}

#lbCaption {
	font-weight:bold;
	color:#FFFFFF;}

#lbPrevLinkText, #lbNextLinkText {
	font-weight:bold;
	color:#FFFFFF;}

#lbPrevLinkText:link, #lbNextLinkText:link {
	font-weight:bold;
	color:#FFFFFF;}
