/* CSS Document */
body{ margin:0px; background-color:#3f5900; overflow:scroll; }

a:hover {
	color: #FFFFFF;
}
a:link {
	color: #99FF00;
	text-decoration: none;
}

/* Imagebox */
#ImageBoxOverlay
{
	background-color: #3f5900;
}
#ImageBoxCaption
{
	background-color: #649721;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #649721;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #FFFFFF;
	font-family: Verdana; font-size:11px;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(images/imagebox/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(images/imagebox/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
};