body {
	background-color: #000000;
	font: 13.5px Arial;
	color:#CCCCCC;
}
.book {font-size: 12px; font-weight: bold; color: #FFFFFF; }
.form {color:#FFFFFF; font-size:11px;}
#err2 {color:#FF0000; font-weight:bold}
#phperr{color: FFFFCC; font-weight:bold; text-align:center}
.menu {font-size: 12px;}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
a:active {
	color: #FFFFCC;
	text-decoration: none;
}
#gallery {
	position:relative;
	width:900px;
	margin:5px auto;
	padding:10px;
	border:6px solid #333333;
	background:#AAA;
	background-color: #000000;
}
#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:10px}
#image {position:relative; width:886px; height:500px; padding:5px; border:2px solid #000000; background:#333333 url(images/loading.gif) center center no-repeat}
#image img {position:absolute; top:5px; left:5px; height:500px}
#thumbwrapper {
	margin-top:10px;
	width:896px;
	height:60px;
	border:2px solid #333333;
	background:#333333;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:60px;
	width:896px;
	border: #000000;
}
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:5px;
	height:60px;
	width:10000px;
	border-right-width: 5px;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin:0; 
	padding:0
}
#thumbs li {float:left; margin-right:0px; margin-left: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)}
