* {margin:0; padding:0}
body {
	/* BG-Color: */
	background-color: #000000;
	background-image: url(../images/bgBody.jpg);
	background-repeat:repeat;
	text-align: center;
	margin-top: 8em;
}
#gallery {
	position:relative;
	width:686px;
	margin:10px auto;
	padding:3px;
	border:1px solid #333;
	background:#333;
	margin-top: 3px;
}
#logo {
	width:690px;
	margin:40px auto;
	padding-left:3px;
	padding-right:3px;
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 1.7em;	
	margin-bottom: 0.2em;
	letter-spacing: -0.01em;
}
#nav {
	width:200px;
	float: right;
	padding-right:3px;
	text-align: right;
	color: #666666;
	font-family: Verdana, Arial;
	font-size: x-small;
}
#nav a:link { 
	color: #666666; 
	text-decoration: none;
}
#nav a:active { 
	color: #bed62f; 
	text-decoration: none; 
}
#nav a:visited { 
	color: #666666;
	text-decoration: none; 
}
#nav a:hover {
	color: #bed62f;
	text-decoration: solid;
	text-transform: uppercase;
}

#menu {
	margin: 0 auto;
	text-align: center;
	color: #666666;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	margin-top: 0.3em;
}

#menu a:link { 
	color: #666666; 
	text-decoration: none 
}
#menu a:active { 
	color: #bed62f; 
	text-decoration: none 
}
#menu a:visited { 
	color: #666666;
	text-decoration: none 
}
#menu a:hover { 
	color: #bed62f; 
	text-decoration: none 
}
#images {
	border:1px solid #333;
	height:225px;
	background:#fff;
	margin-bottom:20px
}
#image {
	position:relative;
	width:672px;
	height:375px;
	padding:5px;
	border:1px solid #333;
	background:#FFF url(images/loading.gif) center center no-repeat
}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {
	margin-top:10px;
	padding:5px 0;
	width:682px;
	height:100px;
	border:1px solid #333;
	background:#FFF
}
#thumbarea {position:relative; overflow:hidden; height:100px; width:682px; }
#thumbs {position:absolute; list-style:none; margin-left:5px; height:100px; width:10000px; border-right:5px solid #FFF}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:375px; width:20%; z-index:100; height:375px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(images/left.gif) left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(images/right.gif) right center no-repeat; border-right:5px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
