body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

p {
	margin: 0;
	padding: 0;
	}
	
img {
	display: block;
	border: 0;
	}
	
.imgthumb {
	cursor: url('magnify.cur');
	}
	
#overDiv {
	position:absolute; 
	visibility:hidden; 
	z-index:1000;
	}
	
#container {
	width: 905px;
	height: 574px;
    position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -477px;
	margin-top: -270px;
}
	
#headerbar {
	width: 905px;
	height: 107px;
	}

#leftpanel {
	float: left;
	width: 121px;
	height: 334px;
	}
	
#rightpanel {
	float: left;
	width: 115px;
	height: 334px;
	}
	
#center {
	float: left;
	width: 664px;
	height: 334px;
	background-color: #fff;
	}
	
#contactinfo {
	float: left;
	margin-left: 10px;
	}
	
#buttonbar {
	float: left;
	width: 664px;
	height: 26px;
	}
	
#buttonbar img {
	float:left;
	margin: 0;
	padding: 0;
	}
	
#infobar {
	width: 664px;
	}
	
#rightnav {
	float:right;
	color:#999999;
	margin-right:10px;
	font-size:11px;
	}
	
.enlargetext {
	clear:both;
	float:right;
	}
	
#footerbar {
	clear: both;
	width: 900px;
	height: 132px;
	}
	
.imgblock {
	float:left;
	width:564px;
	height:250px;
	}
	
.endblock {
	width: 604px;
	margin-left: 10px;
	}
	
.imggroup {
	float: left;
	margin: 0;
	/*border:1px red dotted;*/
	}
	
.imgblock img {
	display:inline;
	float: left;
	margin:8px 0px 8px 8px;
	}

.scroller { 
	clear:both;
	overflow: hidden;
	width:664px;
	}
	
.scroller .section {
	width:664px;
	height:250px;
	overflow:hidden;
	float:left;	
	}

.scroller .content {
	width: 10000px;
	}
	
.prev_arrow, .next_arrow {
	float:left;
	width:50px;
	height:250px;
	}
	
.pageicons{
	float:right;
	}

.pageicons img{
	float: left;
	}
