﻿#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
/* Commented to show images when available (not only on hover
#ImageBoxNextImage
{
	background-image: url(../Pics/static/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(../Pics/static/spacer.gif);
	background-color: transparent;
}*/
#ImageBoxNextImage,
#ImageBoxNextImage:hover
{
	background: url(../Pics/static/next_image.gif) no-repeat right top;
}
#ImageBoxPrevImage,
#ImageBoxPrevImage:hover
{
	background: url(../Pics/static/prev_image.gif) no-repeat left bottom;
}