/* 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 2px;
}
.blockImg {
	float: left;
	width:150px;
	margin: 2px; padding:3px;
	background: #FFF7ED;
	text-align:center;
	border: 1px solid #CCC;
}
.simg {
	width: auto; height: 112px;
	border: 1px solid white;
}
.blockph {
	width: auto; height: auto;
	margin: 5px 0 5px 2px;
}
.sph {
	height: 95px;
	border: 5px solid white;
}
.expLenta {
	margin: 0 0 0 1px; 
	width: 520px; height: 139px; 
	background: url(../../i/al_top.png) no-repeat;
}
.expLsign { 
	clear: both; 
	height: 15px;
	font-size: 110%;
	font-weight: bold;
	padding: 5px 0 0 5px;
}
.expLblock { 
	float: left; 
	margin-top:7px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 8px;
	width: 113px;
	text-align: center;
	
}
.expLimg {
	width: auto; height: 85px;
	border: 5px solid #d3e979;
}
.expName { background: #BFE243; margin: 0; padding: 5px;}
.expCblock {
	background: #BFE243;
	margin: 0 0 3px 0;
}
.expCbLeft { float: left; width: 51%;}
img.expImg {
	width: auto; height: 188px;
	border: 5px solid #d3e979;
}
.expButBlock {
	margin: 5px 0 5px 5px;
	text-align:left;
}
.expCbRight {
	float: left; 
	margin: 0; 
	padding: 0; 
	width: 47%;
}
.expDesc {
	width: 251px; height: 83px;
	background: url(../../i/description.png) no-repeat;
	padding: 5px 0 0 7px;
}
.expAuthor a { text-decoration: none; color: blue; }
.expAuthor a:Hover { text-decoration: underline; color: orange; }
ul.expUl { font-size: 90%; margin: 5px 0 0 0; }
ul.expUl li { margin-left: -17px; }