@charset "utf-8";
/* CSS Document */

#gallery {
	position:absolute;
	top: 2px;
	left:178px;
	width:720px;
}

#image {
	position:absolute;
	top:0px;
	width:720px;
	height:375px;
	background:url(images/loading.gif) center center no-repeat;
	}

#image img {
	position:absolute;
	left:-10px;
}

#navcontainer {
	position: absolute;
	top:450px;
	left:-100px;
}

.imgnav {
	width:20px;
	height:20px;
	outline:none;
	cursor:pointer;
	margin:2px;
}

#previmg {
	float: left;
	background:url(images/left.png) left center no-repeat;
}

#previmg:hover {opacity:1; filter:alpha(opacity=100); background:url(images/left_over.png) right center no-repeat}

#nextimg {
	float:right;
	background:url(images/right.png) right center no-repeat;
}
#nextimg:hover {opacity:1; filter:alpha(opacity=100); background:url(images/right_over.png) right center no-repeat}
#navstatus {
	margin-top:30px;
	width: 50px;
	clear:both;
	color:#F6E9CF;
	background-color:#351B00;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}

#before {
	position:absolute;
	top:454px;
	left:10px;
	width:42px;
	height:30px;
	background-color:#808000;
	padding:6px;
	text-align:center;	
}

#before a {
	text-decoration:none;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
}