* {margin:0; padding:0}
body {font:12px Verdana, Arial, Helvetica, sans-serif; background:#000000}

#imagearea {position:relative; width:600px; height:500px;} 
#image {position:relative; width:500px; height:500px; margin-left: 50px; margin-right: 50px; background:url(../images/loading.gif) center center no-repeat}
#image img {position:absolute;}

.imgnav {position:absolute; height:500px; width:20%; z-index:50; outline:none; cursor:pointer}
#previmg {left:0; background:url(../images/previous.gif) left center no-repeat}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(../images/next.gif) right center no-repeat}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}

#thumbwrapper {margin-left: 50px; margin-top:50px; width:500px; height:50px}
#thumbarea {position:relative; overflow:hidden; width:500px; height:50px;}
#thumbs {position:absolute; list-style:none; height:50px; width:10000px}
#thumbs li {float:left; margin-right:5px; cursor:pointer}

#main{
	width: 1024px;
	height: 610px;
	margin: 50px auto;
}

#left{
	float: left; 
	width: 190px;
}

#center{
	float: left; 
	width: 600px;
}

#right{
	float: left; 
	width: 228px;
	height: 489px;
	background: url(../images/logo_small.gif) no-repeat;
}
	
ul#navigation {
	font-size: 0.83em;
	margin-top: 50px;
	margin-right: 20px;
}
ul#navigation li {
	list-style: none;
	margin: 0; padding: 0.5em;
}
ul#navigation a {
	display: block;
}
ul#navigation img {
	border: 0px;
}


