/* 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:white;
}

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

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

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(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: 10px solid white;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 97px;
	height: 22px;
	background: transparent url(close.png) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCloseLink:hover {
	display: block;
	float: right;
	width: 97px;
	height: 22px;
	background: transparent url(close2.png) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
.blockAlbum {
	margin: 0 0 0 3px;
}
.blockImg {
	float: left;
	width: auto;
	margin: 1px; padding: 3px;
	background: #fff;
	text-align: center;
	border:1px solid #ccc;
	-moz-border-radius: 3px;
}
.simg {
	width: auto; height: 80px;
	border:2px solid #ccc;
}
.blockph {
	width: auto; height: auto;
	margin: 5px 0 5px 2px;
}
.sph {
	height: 95px;
	border: 5px solid white;
}
.expCblock {
	background: #BFE243;
	margin: 0 0 3px 0;
}
.expCbLeft { float: left; width: 40%;}
img.expImg {
	width: auto; height: 80px;
	border: 5px solid #d3e979;
}
.expButBlock {
	margin: 5px 0 5px 5px;
	text-align:left;
}
.expCbRight {
	float: left; 
	margin: 0; 
	padding: 0; 
	width: 55%;
}