/* lightbox */

#overlay{
	display:none;
	position: absolute;
	background-color: #F2EEE7;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
	height: 100%;
}

#box{
	display:none;
	position: absolute;
	padding:0;
	margin:0;
	z-index:100;
	owerflow:hidden;
	color: #ffffff;
}
.boxbg {
	position:absolute;
	/*opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);*/
}	

#lbimage{
	display:none;
	cursor:pointer;
	border: 1px solid #6D2A24;
	position: absolute;
	top: 75px;
	left: 30px;
}
#close{
	position: absolute;
	top: 5px;
	right: 5px;
	margin: 0;
	cursor:pointer;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
#loading {
	position: absolute;
	top: 276px;
	left: 286px;
	margin: 0;
	display: none;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	
}
#next{
	display:none;
	position: absolute;
	top: 250px;
	left: 595px;
	margin: 0;
	cursor:pointer;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter:alpha(opacity=40);
}
#prev{
	display:none;
	position: absolute;
	top: 250px;
	left: 5px;
	margin: 0;
	cursor:pointer;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter:alpha(opacity=40);
}
#counter{
	font-weight:bold;
	color: #ffffff;
	text-align: center;
	height: 30px;
	position: absolute;
	top: 530px;
	left:30px;
	margin: 0;
}
#lbtext{
	color: #ffffff;
	width:500px;
	margin: 0px auto;
	padding: 0 5px;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	position:absolute;
	vertical-align: middle;
	height: 30px;
	top: 530px;
	left: 80px;
}
#lbheader {
	text-align:center;
	width:900px;
	height:40px;
	position: absolute;
	top:10px;
	left:25px;
	font-size: 120%;
	font-weight:bold;
	line-height: 40px;
	color: #ffffff;
	overflow: hidden;
}
#lbthumbs {
	background: #F2EEE7 url('/images/gallery/bg_left.jpg') center center no-repeat;;
	border: 2px solid #9B2B21;
	width: 560px;
	height: 450px;
	position: absolute;
	top: 65px;
	left: 30px;
	color: #9B2B21;
}
.thumb {
	border: 1px solid #6D2A24;
	margin: 5px 5px;
	cursor: pointer;
	/*opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);*/
}

#lbdirs {
	background: #F2EEE7 url('/images/gallery/bg_right.jpg') bottom right no-repeat;;
	border: 2px solid #9B2B21;
	width: 250px;
	height: 450px;
	position: absolute;
	top: 65px;
	right: 30px;
	overflow: auto;
	color: #9B2B21;
}

#lbview {
	position: absolute;
	left: 617px;
	bottom: 50px;
	cursor: pointer; 
}

.foldermain {
	padding: 0 5px 0 5px;
	clear: both;
	cursor: pointer;
	background-color: #cBc6bC;
	margin: 5px 0;
	line-height: 24px;
}
.foldermain img {
	vertical-align:middle;
}
.folder {
	background-color: #DBD6CC;
	padding: 0 5px 0 10px;
	clear: both;
	cursor: pointer;
	margin: 3px 0;
	color: #9B2B21;
	_height: 0;
	min-height: 0;
}
.folderimg {
	border: 1px solid #6D2A24;
	float: left;
	margin: 2px 5px 7px 10px;
}
.foldercim {
	clear: left;
	line-height: 16px;
}
.foldercim img {
	vertical-align:middle;
}

.pointer {
	cursor: pointer;
}

.gallist {
	display: block;
	margin: 0 5px;
	padding: 5px;
	background-color: #DBD6CC;
	_height: 0;
	min-height:0;
}
.gallistpic {
	float: left;
	border: 1px solid #6D2A24;
	margin-right: 10px;
}