/* ==================================================== */
/* Scrolling */
.slider1
{
	width: 100%;
	height: 16px;
	margin-left: auto;
    margin-right: auto;
	background-color: #cccccc;
	position: absolute;
}
.indicator
{
	width: 16px;
	height: 16px;
	background-color: #666666;
	position: absolute;
	font-size: 1px;
	overflow: hidden;
}
.container
{
	margin-left: auto;
    margin-right: auto;
	width: 100%;
	height: 300px;
	padding: 0px;
	border: 0px solid #900;
	overflow: hidden;
	position: relative;
	/*background-color: #ffffff;*/
}
.content
{
	position: absolute;
}

/* ==================================================== */
/* Image Box */
img
{
	border: none;
}
#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	/*font-weight: bold;*/
	padding-top: 25px;
	padding-bottom: 5px;
	/*font-size: 13px;*/
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 10;
}
#ImageBoxClose
{
	background-image:  url(../galleries/close.gif);
	background-repeat:	no-repeat;
}
#ImageBoxClose:hover
{
	background-image:  url(../galleries/close.gif);
	background-repeat:	no-repeat;
}
#ImageBoxNextImage
{
	background-image: url(next_image.gif);
	background-repeat:	no-repeat;
	background-position: 100% 100%;
	
}
#ImageBoxPrevImage
{
	background-image: url(prev_image.gif);
	background-repeat:	no-repeat;
	background-position: left bottom;
}
#ImageBoxNextImage:hover
{
	background-image: url(next_image.gif);
	background-repeat:	no-repeat;
	background-position: right bottom;
}
#ImageBoxPrevImage:hover
{
	background-image: url(prev_image.gif);
	background-repeat:	no-repeat;
	background-position: left bottom;
}
/* ==================================================== */