﻿body
{
	color: #666666;
}
a
{
	text-decoration: none;
}

#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #fff;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;

}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-colo: #F4F4EC;
	background-color: white;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}
#ImageBoxPrevImage:hover
{
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
};
