@charset "utf-8";
/* CSS Document */

#ImageBoxOverlay
{
	background-color: #0d0f10;
	background-image:url(../images/imagebox-fon.gif);
	background-image: url('../images/bg.gif');
	background-position: top;
	width: 99%;
}
#ImageBoxCaption
{	
	background-color: #F4F4EC;	
	color: #b8b8b8;
	background-color: #0d0f10;
	background-image:url(../images/imagebox-fon.gif);
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #0d0f10;
	background-image:url(../images/imagebox-fon.gif);
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #b8b8b8;
	background-color: #0d0f10;
	background-image:url(../images/imagebox-fon.gif);
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url('../images/spacer.gif');
	background-color: transparent;
	outline: none;
}
#ImageBoxPrevImage
{
	background-image: url('../images/spacer.gif');
	background-color: transparent;
	outline: none;
}
#ImageBoxNextImage:hover
{
	background-image: url('../images/next_image.gif');
	background-repeat:	no-repeat;
	background-position: right top;
	outline: none;
}
#ImageBoxPrevImage:hover
{
	background-image: url('../images/prev_image.gif');
	background-repeat:	no-repeat;
	background-position: left bottom;
	outline: none;
}
