div.photo-big {
	position			: absolute;
	top					: 0;
	left				: 178px;
	width				: 649px;
	height				: 338px;
	background			: url(../images/gallery_preview_bg.png) 0 0 no-repeat;
}
	div.photo-big .slideshow-container{
	}
	div.photo-big .slideshow{
		position		: relative;
		top				: 5px;
		left			: 99px;
		width			: 451px;
		height			: 290px;
	}
		.slideshow img {
			display			: block;
			margin			: 0;
			padding			: 0;
			width			: 451px;
			height			: 290px;
		}
		div.slideshow span.image-wrapper {
			position	: absolute;
			top: 0;
			left: 0;
		}
		div.slideshow a.advance-link {
			display: block;
			text-decoration: none;
		}
	div.navigation a.pageLink {}
	div.controls {}
	div.controls a {}
	div.controls a.next {
		position: absolute;
		top			: 198px;
		left		: 568px;
		width		: 58px;
		height		: 58px;
		
		background	: url(../images/gallery_bg.png) -116px -62px no-repeat;
	}
	div.controls a.prev {
		position: absolute;
		top			: 198px;
		left		: 22px;
		width		: 58px;
		height		: 58px;
		background	: url(../images/gallery_bg.png) -58px -62px no-repeat;
	}
div.loader {
	position: absolute;
	width			: 451px;
	height			: 290px;
	top				: 15px;
	left			: 99px;
	background		: url('../images/loader.gif') 50% 50% no-repeat;
}

div.navigationGallery {
	position: relative;
}
	div.navigation {
	}
div.nav{
	display			: block;
	position		: absolute;
	top				: -70px;
	left			: 488px;
	width			: 243px;
	height			: 54px;
	background		: url(../images/gallery_bg.png) 0 0 no-repeat;
	z-index			: 7;
}
			div.navigation a.pageLink {
				position		: absolute;
				top				: 16px;
				width			: 17px;
				height			: 21px;
				background		: url(../images/gallery_bg.png) 0 0 no-repeat;
			}
			div.navigation a.first {
				left					: 18px;
				background-position		: -7px -81px;
			}
			div.navigation a.prev {
				left					: 48px;
				width					: 12px;
				background-position		: -7px -59px;
			}
			div.navigation a.last {
				right					: 18px;
				background-position		: -26px -81px;
			}
			div.navigation a.next {
				right					: 48px;
				width					: 12px;
				background-position		: -31px -59px;
			}
			div.photo-index {
				position	: absolute;
				top			: 20px;
				left		: 80px;
				display		: block;
				width		: 90px;
				height		: 16px;
				font-family	: Tahoma;
				font-size	: 12px;
				color		: #525252;
			}

div.block {
	position		: relative;
	margin-left		: -16px;
	width			: 744px;
	height			: 350px;
}
ul.thumbs {
	margin				: 0;
	width			: 750px;
	height			: 350px;
}
	ul.thumbs li {
		position	: relative;
		float		: left;
		display		: block;
		margin		: 0 0 19px 19px;
		padding		: 0;
		width		: 130px;
		height		: 98px;
		list-style	: none;
		cursor		: pointer;
	}
		ul.thumbs li a.thumb{
			position	: absolute;
			top			: 0;
			left		: 0;
			display		: block;
			width		: 130px;
			height		: 98px;
			background	: url(../images/gallery_bg.png) -130px -122px no-repeat;
			*background	: url(../images/for_ie.gif) -130px 0px no-repeat;
		}
		ul.thumbs li:hover a.thumb, ul.thumbs li.selected a.thumb{
			background	: url(../images/gallery_bg.png) 0px -122px no-repeat;
			*background	: url(../images/for_ie.gif) 0 0px no-repeat;
		}
	ul.thumbs img {
		position	: relative;
		margin		: 2px 0 0 2px;
		width		: 126px;
		height		: 94px;
	}