.thumbBoard {
	position:absolute;
	left: 200px;
	top:14px;
}
.galleryBoard {
	position:absolute;
	left: 0px;
	top:0px;
	height:300px;
	width:180px;
	background:URL(../img/galleriesBG.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.thumbWrapper {
	display:block;
	position:relative;
	width: 100px;
	height: 100px;
	background:URL(../img/thumbBG.gif);
	float:left;
}
.thumb {
	position:relative;
}
.imageWrapper {
	display:none;
	position:absolute;
	left:500px;
	top:18px;
	width: 450px;
	height:450px;
	background:URL(../img/imgBG.gif);
	z-index:100;
	
}
.imageWrapper a.arrow_left {
	border:0px;
	position:absolute;
	top:390px;
	left: 39px;
	background:URL(../img/arrow_left.gif);
	width:21px;
	height:21px;
}
.imageWrapper a.arrow_right {
	border:0px;
	position:absolute;
	top:390px;
	left: 390px;
	background:URL(../img/arrow_right.gif);
	width:21px;
	height:21px;
}
.imageWrapper a.close {
	border:0px;
	position:absolute;
	top:31px;
	left: 390px;
	background:URL(../img/imgClose.gif);
	width:28px;
	height:28px;
}
.image {
	position:relative;
	clip:rect(2px 23px 12px 100px);
}
.shadow {
	background:URL(../img/TBG.png);
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
	display:none;
}

