#ImageBoxOverlay
{
	background-color: #000;
	z-index:11;
}

#ImageBoxOuterContainer{
	z-index:13;
	
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
	z-index: 12;
	overflow: visible !important;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(fancy_right.gif);
	background-color: transparent;
	background-repeat:no-repeat;
	margin-top:35px;
	background-position: left bottom;
	width:100px !important;

}
#ImageBoxPrevImage
{
	background-image: url(fancy_left.gif);
	background-color: transparent;
	background-repeat:no-repeat;
	background-position: right bottom;
	margin-top:35px;
}
#ImageBoxNextImage:hover
{
	background-image: url(fancy_right.gif);
	background-repeat:	no-repeat;
	background-position: left bottom;
}
#ImageBoxPrevImage:hover
{
	background-image: url(fancy_left.gif);
	background-repeat:	no-repeat;
	background-position: right bottom;
}