﻿#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
}
#closeIB 
{
	color: #e46c0b;
}
#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%;
}
#ImageBoxPrevImage
{
	background: url(../Pics/Static/btn_prev2.png) no-repeat 2% 2%;
}

#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%;
}

/*
#ImageBoxNextImage,
#ImageBoxNextImage:hover
{
	background: url(../Pics/Static/next_image.gif) no-repeat right top;
}
#ImageBoxPrevImage,
#ImageBoxPrevImage:hover
{
	background: url(../Pics/Static/prev_image.gif) no-repeat left bottom;
}
*/