* {margin:0; padding:0}
body {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
}
#gallery {
	position:relative;
	width:820px;
	padding:10px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#sidebar img {
	border: 2px solid #666;
}

#sidebar {
	float: right;
	width: 132px;
}

#images {
	border:2px solid #9ac1c9;
	height:225px;
	margin-bottom:20px;
	background-color: #666;
}
#image {
	position:relative;
	width:672px;
	height:440px;
	padding:5px;
	border:2px solid #666;
	background-color: #333;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
#image img {position:absolute; top:5px; left:5px}
#footer img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer a {
	color: #ADB8BF;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	padding-left: 5px;
}


#thumbwrapper {
	margin-top:4px;
	width:682px;
	height:60px;
	border:2px solid #666;
	background-color: #333;
	float: left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:60px;
	width:682px;
}
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:5px;
	height:60px;
	width:10000px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #333;
}
#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;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333;
	background-image: url(images/left.png)!important;
	background-image: url(images/left.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {
	right:0;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #333;
	background-image: url(images/right.png)!important;
	background-repeat: no-repeat;
	background-image: url(images/right.gif);
	background-position: right center;
}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
#footer {
	text-align: center;
	clear: both;
	padding-top: 10px!important;
	
}

