/*CSS Document*/
BODY
{
	background: #1B2735 url(images/bg.jpg) repeat-x top left;
}
#gallerytd
{
	width: 100%;
}
.gallerybox {
	margin: 0 0 0 75px;
	margin-top: 10px;
	width: 655px;
	height: 400px;
}
.gallerybox a {
	float:left;
	display:block;
	width: 125px;
	height: 125px;
	border: 1px white solid;
	margin-right: 4px;
	margin-bottom: 4px;
	overflow: hidden;
}
.gallerybox a img {
	width: 190px;
}


.imagenav
{
	margin: 0 auto;
	width: 596px;
	height: 100px;
	clear: both;
}
.imagenav DIV
{
	float: left;
	padding: 10px;
}
.imagenav .link {
	text-decoration: underline;	
	cursor: pointer;
	cursor: hand;
}
.imagenav .link:hover {
	color: black;
	background: white;
}

