/* SDTG stylesheet */

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Verdana";
	font-size: 10px;
}

a:link {
	font-weight: bold;
	font-size: 13px;
	font-family: verdana, arial, sans-serif;  
	color: #4095CB;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	font-size: 13px;
	font-family: verdana, arial, sans-serif;
	color: #4095CB;
	text-decoration: none;	
}

a:hover {
	font-weight: bold;
	font-size: 13px;
	font-family: verdana, arial, sans-serif;
	color: #4095CB;
	text-decoration: underline;	
}

a:active {
	font-weight: bold;
	font-size: 13px;
	font-family: verdana, arial, sans-serif;
	color: #4095CB;
	text-decoration: none;
}

#header {
	position: static;
	margin-top: 10px;
	margin-bottom: 20px;
}

#thumbnails {
	position: static;
	clear: both;
}

#footer {
	position: static;
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
}

.divider {
	position: static;
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
}

.clear {
	clear: both;
}

#imageholder {
	position: static;
}

.image{
	float: left;
	padding: 10px;
	background-color: #000000;
}

.image:hover{
	background-color: #666666;
}

.image:active{
	background-color: #FFFFFF;
}

.image_pic{
	float: left;
	border: 12px solid #000000;
}

.thumb {
	margin: 10px;
	float: left;
	padding: 5px;
	background-color: #000000;
}

.thumb_active {
	margin: 10px;
	float: left;
	padding: 5px;
	background-color: #FFFFFF;
}

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

.thumb:active {
	background-color: #FFFFFF;
}

.nextprev {
	position: absolute;
}

.next {
	display: block;
	margin-left: -9px;
}

.prev {
	display: block;
	margin-left: -9px;
}

.nextthumb {
	visibility: hidden;
	background-color: #000000;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
}

.prevthumb {
	visibility: hidden;
	background-color: #000000;
	padding-bottom: 5px;
	padding-right: 5px;
}

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

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