.galleryLoader_container 
{
	position:relative;
	margin-top:20px;
	width:504px;
	left:2px;
}
.galleryLoader_title {
	font-size:110%;
	position:relative;
	margin-top:0px;
	width:504px;
	font-weight:bold;
	color:#c70000;
}
.galleryLoader_title span {
	display:block;
	font-weight:normal;
	color:#333333;
	font-size:90%;
	margin-top:3px;
	background-image:url(../pixels/arrows_galleryLoader_span.jpg);
	background-position: right center;
	background-repeat:no-repeat;
	padding-right:10px;
	width:18.4em;
}
.galleryLoader 
{
	position:relative;
	margin-top:0px;
	height: 200px;
	overflow:hidden;
	width:504px;
}
.galleryImages 
{
	/*width:673px;*/
	height:127px;
	margin-top:10px;
	z-index:1;
}
.galleryImage {
	position:relative;
	height:107px;
	float:left;
}
.galleryLoader_top, .galleryLoader_bottom {
	position:relative;
	margin-top:0px;
	width:504px;
	background-image:url(../pixels/bg_galleryLoaderTop.jpg);
	background-repeat:repeat-x;
}
.galleryLoader_bottom {
	background-image:url(../pixels/bg_galleryLoaderBottom.jpg);
}
.galleryImages_leftArrow, .galleryImages_rightArrow {
	width:20px;
	float:left;
	margin-top:0px;
	z-index:10;
	position:absolute;
}
.galleryImages_rightArrow {
	left:485px;
}
