/* GENERAL STYLES */
#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #FFFFFF;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #FFFFFF;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
	color:#000000;
	font-weight:bold;
	font-size:1.2em;
}
#ImageBoxNextImage
{
	background-image: url(/media/34444/blank.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(/media/34444/blank.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(/images/next.jpg);
	background-repeat:	no-repeat;
	background-position: right bottom;
}
#ImageBoxPrevImage:hover
{
	background-image: url(/images/previous.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}

/* EDITOR PROPERTIES */

