#ImageBoxOverlay
{
	background-color: black;
}

#ImageBoxOuterContainer {
	top: 20px!important; 
	bottom: 0!important;
	overflow-y: auto!important; 
}

#ImageBoxCaption
{
	position: absolute!important; 
	left: 0!important; 
	right: 0!important; 
	text-align: center!important; 
	width: auto!important; 
}
#ImageBoxContainer
{
	top: 20px!important; 
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}

#ImageBoxClose {
	position: relative!important; 
	right: auto!important; 
	top: -10px!important; 
	color: white;
}

#ImageBoxNextImage, #ImageBoxPrevImage
{
	background-image: url(/media/img/com/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(/media/img/com/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(/media/img/com/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}