/*----------------------------------------------------------------*/
.galleryImage{
width:104px;height:104px; display:block; 
float:left; background:url(/m1/res/image_bg.gif) no-repeat top left; 
margin:0;
padding-top:11px; padding-left:11px;
}
.galleryImage img{width:80px;height:80px;}

/*----------------------------------------------------------------*/

#ImageBoxOverlay
{
	background-color: #000000;
	z-index:100;
}
#ImageBoxCaption
{
	background-color: #ffffff;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #ffffff;
	z-index:110;
}
#ImageBoxOuterContainer
{
	z-index:110;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 12px;
	color: #000;
}
#ImageBoxClose
{
	/*margin-top:10px;*/
	margin-bottom:10px;
	color: #000;
	font-weight:bold;
	font-size: 11px;
}
#ImageBoxCaptionImages
{
	margin: 0;
	padding-top:10px;
	background-color: #ffffff;
	font-size: 11px;
	color: #000;
}
#ImageBoxNextImage
{
	background-image: url(/m1/res/t.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(/m1/res/t.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(/m1/res/button_right.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
#ImageBoxPrevImage:hover
{
	background-image: url(/m1/res/button_left.gif);
	background-repeat:	no-repeat;
	background-position: left center;
};
