/* CSS Document */

img
{
	border: none;
}


#ImageBoxOverlay
{
	background-color: #000;
}

#ImageBoxCaption
{
	background-color: #ffffff;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #ffffff;
}
#ImageBoxCaptionText
{

	padding-bottom: 5px;
	width:350px;
	font-size: 11px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}

#ImageBoxNextImage:hover
{
	background-image: url(nextlabel.gif);
	background-repeat:	no-repeat;
	background-position: right top;
	z-index:1000;
}
#ImageBoxPrevImage:hover
{
	background-image: url(prevlabel.gif);
	background-repeat:	no-repeat;
	background-position: left top;
}

#ImageBoxNextImage
{
	background-image: url(spacer.gif);
	background-color: transparent; 
	z-index:100000;
}
#ImageBoxPrevImage
{
	background-image: url(spacer.gif);
	background-color: transparent; 
}



