

#gallery {
	position:relative;
	width:670px;
	margin:10px auto;
	}

#images {height:300px;}

#image {
	position:relative;
	width:670px; height:320px;
	}

#imagearea {
	background:url(images/picback.jpg) no-repeat center;
	width:670px; height:320px;
	}

#image img {position:absolute; top:10px; left:110px;}

/*----------------------------------------------------*/

#thumbwrapper {
	width:470px; height:60px;
	margin:10px auto;
	background-color:black;
	border-bottom:#CC0000 3px solid;
	}

#thumbarea {
	position:relative; overflow:hidden;
	height:50px; width:470px;
	}

#thumbs {
	position:absolute; list-style:none;
	height:50px; width:10000px;
	}

#thumbs li {
	float:left;
	cursor:pointer;
	width:75px;
	}
#tuhmbs li p {color:white;}

/*--------------------------------------------------*/

.imgnav {
	position:absolute;
	height:320px; width:10%; z-index:100;
	outline:none; cursor:pointer
	}

#previmg {
	left:0; margin-left:20px;
	background:url(images/left.gif) left center no-repeat;
	}
#previmg:hover {opacity:0.75; filter:alpha(opacity=75)}

#nextimg {
	right:0;
	margin-right:20px;
	background:url(images/right.gif) right center no-repeat;
	}
#nextimg:hover {opacity:0.75; filter:alpha(opacity=75)}