@charset "utf-8";
/* CSS Document */
body {font:12px Verdana, Arial, Helvetica, sans-serif; }
#gallery {
	position:relative;
	width:613px;
	padding:0px;
	background:#AAA;
	border-top-width: 6px;
	border-right-width: 14px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#headtxxt {
	width: 500px;
	margin-left: 25px;
	font-family: georgia;
	font-size: 16px;
	font-style: italic;
	color:#006699;
	font-weight: bold;
	margin-top: 20px;
}

#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:20px}
#image {position:relative; width:613px; height:284px; padding:2px; border:2px solid #666; background:#FFF url(images/loading.gif) center center no-repeat}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {margin-top:0px; padding:2px 0; width:617px; height:50px; border:2px solid #666; background:#FFF}
#thumbarea {position:relative; overflow:hidden; height:50px; width:613px;}
#thumbs {position:absolute; list-style:none; margin-left:0px; height:50px; width:10000px; border-right:0px solid #FFF}
#thumbs li {
	float:left;
	margin-right:1px;
	cursor:pointer;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}
.imgnav {position:absolute; height:284px; width:20%; z-index:100; height:284px; 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)}
