#ImageBoxOverlay
{
	background-color: #000;
	z-index: 99;
}
#ImageBoxCaption
{
	background-color: #fff;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #fff;
}
#ImageBoxOuterContainer
{
	z-index: 100;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: 'Lucida Sans Unicode', Verdana;
	font-size: 0.8em;
	color: #000;
	height: 16px;
}
#ImageBoxCaptionImages
{
	margin: 0;
	font-family: 'Lucida Sans Unicode', Verdana;
	font-size: 0.7em;
}
#ImageBoxNextImage
{
	background-image: url(../imagebox/img/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(../imagebox/img/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(../imagebox/img/next.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(../imagebox/img/prev.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}
#ImageBoxClose
{ 
   border: 0;
   margin-top: 3px;
   font-family: 'Lucida Sans Unicode', Verdana;
   font-size: 0.88em;
   color: #000000;
   text-decoration: none;
}
#ImageBoxZamknij
{ 
   border: 0; 
}
#ImageBoxCurrentImage 
{ 
   border: 0; 
}
