
* {
 margin: 0px;
 padding: 0px;
 
}

html, body 
{
	height: 100%;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color:#000000;

	scrollbar-arrow-color:#666666;
	scrollbar-darkshadow-color:black;
	scrollbar-face-color:#F3F3F3;
	scrollbar-highlight-color:#666666;
	scrollbar-track-color:white;
	scrollbar-slider-color:#666666;
	scrollbar-shadow-color:;
}

.header
{
	height:39px;	
	position:relative;
	border-bottom: solid 8px white;
}
.container
{
	position:relative;
	height:596px;
}
.footer
{
	position:relative;
	height:26px;
	border-top: solid 8px white;
}

.thumb_container
{
	height:100%;
	width:100%;
}
.thumb_header
{
	height: 20px;
}
.thumb_header_title
{
	width:740px;
}
.thumb_large
{
	margin-top: 2px;
	height:595px;
	overflow-x:auto;
	overflow-y:hidden;

}

.thumb_image
{
	width:760px;
	height:505px;
}
.thumb_item
{
	cursor:pointer;
}
.thumb_items
{
	height:90px;
	width:786px;
	padding:0px;
	margin:0px;
}
.nav_button
{
	margin-top:5px;
	cursor:pointer;
}

.slide_button
{
	cursor:pointer;
}

