

#ImageBoxOverlay
{
	background-color: #000000;
}
#ImageBoxCaptionTitle,
#ImageBoxCaption
{
	background-color: #170e0c;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #170e0c;
}
#ImageBoxCaptionText
{

	font-weight: bold;
	padding-bottom: 5px;
        padding-right:20px;
	color: #bbb0af;
	font-size: 1em;
        text-align:right;
}

#ImageBoxCaptionTitle
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #bbb0af;
	margin:auto;
        text-align:center;
}

#ImageBoxCaptionImages
{
        text-align:right;
	margin: 0;
	padding-bottom:10px;
}
#ImageBoxNextImage
{
	background-image: url(/images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(/images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(/images/imagebox/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right bottom;
}
#ImageBoxPrevImage:hover
{
	background-image: url(/images/imagebox/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}
#ImageBoxPrevArrow {
	color:#bbb0af;
        font-weight:900;
}
#ImageBoxPrevArrow:hover {
	color:#c9a269;
}



#ImageBoxCaptionImages {
	color:#bbb0af;
}

#ImageBoxNextArrow {
	color:#bbb0af;
        font-weight:900;
}
#ImageBoxNextArrow:hover{
	color:#c9a269;
}
?>
