@charset "UTF-8";
.Dheader {
	background-image: url(images/test1.jpg);
	background-repeat: no-repeat;
}
.Dgallery {
	background-color: #FFFFFF;
}
.Dmenu {
	background-color: #3c3b3b;
	height: 30px;
}
.Djoiner {
	height: 30px;
	background-image: url(images/test3.jpg);
}
.Dlinks {
	background-color: #FFFFFF;
	background-image: url(images/test4.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.Dlinks table {
}
/**Gallery slideshow **/
.outline {
	border: 1px solid #9D9D8C;
	z-index: 0;
	position: absolute;
}
.loading {
	background: url(images/loading.gif) center no-repeat;
}
.slideshowContainer {
	width: 900px;
	height: 320px;
}
#slideshowContainer img {
}
#thumbnails {
	color: #000000;
	width: 100px;
}
#thumbnails a {
	text-decoration: none;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	float: right;
}

a:hover.slideshowThumbnail img {
	color: #333333;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #CCCCCC;
	padding-right: 20px;
	padding-top: 20px;
	padding-left: 20px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;	
}
.footer a:hover {
	text-decoration: underline;	
}
