/* SDTG stylesheet */

body {
	background-image: url(bg.gif);
	background-color: #222222;
	color: #FFFFFF;
	font-family: "verdana";
	font-size: 10px;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #666666;
}

a:active {
	color: #000000;
}

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

#thumbnails {
	position: static;
	width: 793px;
	clear: both;
}

#footer {
	position: static;
	width: 512px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}

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

.clear {
	clear: both;
}

#imageholder {
	position: static;
}

.image{
	float: left;
	padding: 5px;
	background-image: url(black_bg.gif);
	margin-left: 125px;
}

.image:hover{
	background-image: url(gray_bg.gif);
}

.image:active{
	background-image: url(white_bg.gif);
}

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

.all_images{
	width: 793px;
	background-image: url(black_bg.gif);
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 5px;
}

.all_images_single{
	margin-left: 5px;
	margin-top: 5px;
}

.thumb {
	float: left;
	padding: 5px;
	background-image: url(black_bg.gif);
}

.thumb_active {
	float: left;
	padding: 5px;
	background-image: url(white_bg.gif);
}

.thumb:hover {
	background-image: url(gray_bg.gif);
}

.thumb:active {
	background-image: url(white_bg.gif);
}

.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;}