@charset "UTF-8";

a {outline: none;}
a:link {text-decoration: none; color: #000000;}
a:visited {text-decoration: none; color: #000000;}
a:hover {text-decoration: none; color: #000000;}

img { border: none }

* { padding:0; margin:0 }



body {
	background-color: #666;
	/*color: #FFFFFF;*/
	font-family: "verdana";
	font-size: 10px;
	text-align: center;
}

#page-container {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background-color: #fff;
}


#page-header {
	height: 100px;
	background-color: #006;
}


h1 {
	font-weight: normal;
	color: #fff;
	line-height: 100px;
	height: 100px;
}

#page-content {
	padding-bottom: 50px;
	margin-left: 90px;
	/*border: 2px solid #C3C;*/

}


#thumbnails {
	/*border: solid 2px #0F0;*/
	float: left;
	width: 90px;
	margin-left: 0px;
	margin-top: 0px;
}

#image {
	margin-top: 50px;	
}



#title {
	background-color: #006;
	margin-left: 115px;
	margin-right: 115px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;

}















#page-footer {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 0px;
}

















.image_container {
	position: static;
	margin-left: auto;
	margin-right: auto;
	border: 4px #000000 solid;
}

.prev {
	text-decoration: none;
	display: block;
	float: left;
	border: 0px;
}

.prev:hover {
	background: url(prevlabel.gif) left 50% no-repeat;
}

.prev_thumb {
	visibility: hidden;
	float: left;
}

.prev:hover .prev_thumb {visibility: visible;}

.next {
	text-decoration: none;
	display: block;
	float: right;
	border: 0px;
}

.next:hover {
	background: url(nextlabel.gif) right 50% no-repeat;
}

.next_thumb {
	visibility: hidden;
	float: right;
}

.next:hover .next_thumb {visibility: visible;}

.clear {
	clear: both;
}

.thumb {
	position: static;
	line-height: 0px;
	margin: 5px;
/*	margin-top: 0px;*/
	padding: 2px;
	background-color: #000000;
	border: 0px;
}

.thumb:hover {
	background-color: #CCC;
}

.thumb:active {
	background-color: #99CC99;
}

.thumb_active {
	position: static;
	line-height: 0px;
	margin: 5px;
	padding: 2px;
	background-color: #99CC99;
}

