@CHARSET "UTF-8";

.content {
	position: absolute;
	/*border: solid 1px white;*/
	overflow-x:hidden;
	overflow-y:hidden;
	height:470px;
	width:1000px;
}

.content div.gallery {
	position: absolute;
	height:470px;
	width:660px;
	top:0px;
	left:0px;
}

div#galleryThumbs{
	height:100px;
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
	z-index:10;
	top: 490px;
}

div#galleryThumbsContent{
	height:100px;
	position:relative;
}

div.galleryThumbnailBox {
	width: 150px;
	height: 100px;
	border: none;
	margin-right: 20px;
	cursor:pointer;
	float:left;
}

.notActive{
	opacity:0.2;
	filter:alpha(opacity=20);
}

.active{
	opacity:0.7;
	filter:alpha(opacity=70);
}

.current{
	opacity:1;
	filter:alpha(opacity=100);
}

div.galleryPhoto{
	position: absolute;
	top:0px;
	left:0px;
	overflow-x:hidden;
	overflow-y:hidden;
}

table.galleryFrame {
	 position:absolute;
	 top:0px;
	 left:0px;
	 width: 100%;
	 height: 100%;
	 z-index:1000;
	 border-collapse: collapse;
}

table.galleryDescriptionFrame {
	 position:absolute;
	 top:0px;
	 left:680px;
	 width: 320px;
	 height: 100%;
	 z-index:1000;
	 border-collapse: collapse;
}

div.galleryDescription{
	position: absolute;
	top:0px;
	left:680px;
	width: 280px;
	height:470px;
	padding:20px;
	background-color: #131313;
	color:#B3B2B2;
}

div.galleryDescription h3{
	text-align:center;
	color:#F04400;
}

