* {
	margin:0;
	padding:0
}
body {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #003366;
}
#gallery {
	position:relative;
	width:686px;
	padding:10px;
	border:6px solid #fff;
	background:#AAA;
	margin-right: auto;
	margin-left: auto;
}
#images {
	border:2px solid #9ac1c9;
	height:225px;
	background:#eef5f6;
	margin-bottom:20px
}
#image {
	position:relative;
	width:672px;
	height:375px;
	padding:5px;
	border:2px solid #666;
	background-color: #FBFBFB;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#image img {
	position:absolute;
	top:5px;
	left:5px
}
#thumbwrapper {
}
#thumbarea {
	position:relative;
	overflow:hidden;
}
#thumbs {
	position:absolute;
	list-style:none
}
#thumbs li {
	float:left;
	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)
}
#btn {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
#btn_gb {
	height: auto;
	width: 150px;
	margin-left: 35%;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 10px;
}
#imagearea {
}
