/* SDTG stylesheet */

body {
	background-color: #444444;
	color: #FFFFFF;
}

a {
color: #99CC99;
text-decoration: underline;

}

29.4.2007 17.45 
ootas: laita tää sinne CSSää:
29.4.2007 17.45 

a {
color: #99CC99;
text-decoration: underline;

}

a:hover {
color: #666666;

}

a:active {
color: #000000;

}

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

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

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

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

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

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

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