#ImageBoxOverlay
{
	background-color: #fff;
	z-index:100;
}
#ImageBoxCaption
{
	background-color: #fabc19;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #fabc19;
	z-index:110;
}
#ImageBoxOuterContainer
{
	z-index:110;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 12px;
	color: #000;
}
#ImageBoxClose
{
	margin-top:10px;
	color: #000;
	font-weight:bold;
	font-size: 11px;
}
#ImageBoxCaptionImages
{
	margin: 0;
	padding-top:10px;
	background-color: #fabc19;
	/*background-image: url(/i/Image/site/imgbox_capt.gif);*/
	background-repeat: repeat-x;
	background-position: right top;
	font-size: 11px;
	color: #000;
}
#ImageBoxNextImage
{
	background-image: url(/i/trans.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(/i/trans.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(/i/Image/site/next_img.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
#ImageBoxPrevImage:hover
{
	background-image: url(/i/Image/site/prev_img.gif);
	background-repeat:	no-repeat;
	background-position: left center;
};

