/*
* GALLERY
*/
#jsGallery
{
	margin-top: -7px;
}
#jsGallerySep
{
	position: absolute;
	z-index: 20;
	top: 64px;
	line-height: 3px;
	height: 2px;
	width: 634px;
	background: url('../images/js_gallery_background.gif') no-repeat 0 0;
}

#jsGallery #jsGalleryMain
{
	margin: 0 0 1px 0;
	height: 400px;
	text-align: center;
}

#jsGallery #jsGalleryLoader
{
	position: absolute;
	z-index: 5;
	left: 50%;
	margin-left: -17px;
	padding-top: 160px;
}

#jsGallery #jsGalleryMain #jsGalleryImage { height: 400px; }

#jsGallery #jsGalleryPosition
{
	position: absolute;
	top: 465px;
	left: 95px;
	margin-left: 0;
	width: 25px;
	height: 10px;
	background: url('../images/js_gallery_arrow.gif') no-repeat 0 0;
}

#jsGallery #jsGalleryNavigation
{
	overflow: hidden;
	padding: 10px 0 0 0;
	background: url('../images/js_gallery_background.gif') no-repeat 0 0;
}

#jsGallery #jsGalleryLeft, #jsGallery #jsGalleryRight
{
	position: relative;
	width: 54px;
	height: 92px;
	background: url('../images/js_gallery_navigation.gif') no-repeat;
}

#jsGallery #jsGalleryLeftSep, #jsGallery #jsGalleryRightSep
{
	position: relative;
	width: 1px;
	height: 92px;
	background: url('../images/js_gallery_navigation.gif') no-repeat;
	background-position: -55px 0;
}

#jsGallery #jsGalleryLeft
{
	float: left;
	margin: 0;
	background-position: 0 0;
}

#jsGallery #jsGalleryRight
{
	float: right;
	background-position: -56px 0;
	cursor: pointer;
}

#jsGallery #jsGalleryLeftSep
{
	float: left;
	margin: 0 22px 0 0;
}

#jsGallery #jsGalleryRightSep
{
	float: right;
}

#jsGallery #jsGallerySlide
{
	overflow: hidden;
	position: relative;
	float: left;
}

#jsGallery #jsGalleryThumbs
{
	overflow: hidden;
	padding: 17px 0 0 0;
	width: 480px;
	height: 75px;
	margin-left: 6px;
	cursor: pointer;
}

#jsGallery #jsGalleryThumbs div
{
	position: relative;
	float: left;
	margin: 0;
	width: 80px;
	height: 75px;
}

#jsGallery #jsGalleryThumbs div div.overlay
{
	position: absolute;
	z-index: 1;
	width: 75px;
	height: 75px;
	background: url('../images/js_gallery_thumb_overlay.png') no-repeat;
}

#jsGallery #jsGalleryNavigator
{
	position: relative;
	float: right;
	right: 50%;
	margin: 20px 0 0 0;
	height: 8px;
}

#jsGallery #jsGalleryNavigator div
{
	overflow: hidden;
	position: relative;
	float: left;
	left: 50%;
	margin: 0 5px 0 0;
	width: 8px;
	height: 8px;
	background: url('../images/js_gallery_navigator.gif') no-repeat 0 0;
	cursor: pointer;
}

#jsGallery #jsGalleryNavigator div.active { background-position: -8px 0; }
