* {margin:0; padding:0}
#gallery {
	position:relative;
	width:686px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 6px solid #fff;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#images {
	height:225px;
	margin-bottom:15px;
	background-color: #F4A19C;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#image {
	position:relative;
	width:672px;
	height:375px;
	border:1px solid #827f7f;
	background-color: #FFF;
	background-image: url(slideshow/images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-top: 15px;
}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {
	width:682px;
	height:105px;
	border:1px solid #827f7f;
	background-color: #ffffff;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	margin-top: 10px;
	padding-bottom: 10px;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:105px;
	width:682px;
}
#thumbs {
	position:absolute;
	list-style:none;
	height:105px;
	width:10000px;
	background-color: ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	margin-left: 5px;
}
#thumbs li {
	float:left;
	margin-right:5px;
	cursor:pointer;
	width: 145px;
	height: 105px;
}
.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(slideshow/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(slideshow/images/right.gif) right center no-repeat;
	border-right:5px solid #FFF
}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
