img {border: none;}

#ImageBoxOverlay
{
	background-color: #000;
	
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #fff;
	
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
	background-color: #fff;
}
#ImageBoxCaptionImages
{
	margin: 0;
	background-color: #fff;
}
#ImageBoxNextImage
{
	background-image: url(/common/images/lb/lightbox-blank.gif);
	background-color: transparent;	
}
#ImageBoxPrevImage
{
	background-image: url(/common/images/lb/lightbox-blank.gif);
	background-color: transparent;	
}
#ImageBoxNextImage:hover
{
	background-image: url(/common/images/lb/lightbox-btn-next.gif);
	background-repeat:	no-repeat;
	background-position: right 20%;
}
#ImageBoxPrevImage:hover
{
	background-image: url(/common/images/lb/lightbox-btn-prev.gif);
	background-repeat:	no-repeat;
	background-position: left 80%;
}
#ImageBoxClose {font-size: 15px; font-weight: bold; text-decoration: none;}
