﻿#ImageBoxOverlay
{
	background-color: #000;
	z-index: 51; /* #side_buttons has a z-index of 50 */
}
#ImageBoxOuterContainer 
{
	z-index: 51; /* #side_buttons has a z-index of 50 */
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
}
#ImageBoxCaption,
#ImageBoxContainer { background-color:#FFF; }

#closeIB,
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}

#ImageBoxNextImage
{
	background: url(../Pics/static/btn_next2.png) no-repeat 98% 2%;
	/*background-image: url(../Pics/static/spacer.gif);
	background-color: transparent;*/
}
#ImageBoxPrevImage
{
	background: url(../Pics/static/btn_prev2.png) no-repeat 2% 2%;
	/*background-image: url(../Pics/static/spacer.gif);
	background-color: transparent;*/
}

#ImageBoxNextImage:hover
{
	background: url(../Pics/static/btn_next.png) no-repeat 98% 2%;
}

#ImageBoxPrevImage:hover
{
	background: url(../Pics/static/btn_prev.png) no-repeat 2% 2%;
}