div.photo-preview{
	position			: relative;
	z-index				: 1;
}
div.field-preview {
	position			: relative;
	width				: 656px;
}
	div.field-preview .slideshow-container{
		position: relative;
}
	div.field-preview .slideshow{
		position		: relative;
		padding			: 0;
		top				: 0px;
		left			: 0;
		width			: 640px;
	}
		.slideshow img {
			position		: relative;
			top				: 0;
			display			: block;
			margin			: 0;
			padding			: 0;
			width			: 640px;
			
		}
		div.slideshow span.image-wrapper {
			top: 0;
			left: 0;
		}
		div.slideshow a.advance-link {
			display: block;
			text-decoration: none;
		}
	div.field-preview .caption-container{
		position		: relative;
		margin-top		: 10px;
		text-align		: center;
		z-index			: 10;
		width			: 640px;
	}
		div.field-preview .caption-container .image-desc{
			font-family		: Georgia;
			font-size		: 12px;
			font-style		: italic;
			color			: #003366;
		}
/***************/	
div.loader {
	position		: absolute;
	width			: 640px;
	height			: 480px;
	top				: 0;
	left			: 10px;
	background		: url('../images/loader.gif') 50% 50% no-repeat;
	z-index			: 1000;
}
/***************/

	div.controls {
		position	: relative;
		top			: 0;
		left		: 0;
		width		: 640px;
		z-index		: 10;
	}
	div.controls a {top: 40px;}
	div.controls a.next {
		position: absolute;
		left		: 615px;
		display		: block;
		width		: 9px;
		height		: 17px;
		background	: url(../images/photo-gallery_list_bg_1.png) -103px -100px no-repeat;
	}
	div.controls a.prev {
		position: absolute;
		left		: 15px;
		display		: block;
		width		: 9px;
		height		: 17px;
		background	: url(../images/photo-gallery_list_bg_1.png) -92px -100px no-repeat;
		z-index		: 10;
	}
	div.controls a.next:hover {
		background-position	: -103px -119px;
	}
	div.controls a.prev:hover {
		background-position	: -92px -119px;
	}
div.navigationGallery {
	position: relative;
}
	div.navigation {
		position			: relative;
	}
	div.nav{}
	div.navigation a.pageLink {}
	div.navigation a.first {}
	div.navigation a.prev {}
	div.navigation a.last {}
	div.navigation a.next {}
	div.photo-index {}
/*****/
div.block {
	position		: relative;
	margin			: 0 0 0 0px;
	width			: 640px;
	height			: 100px;
	background		: url(../images/photo-gallery_list_bg_1.png) 0 0 no-repeat;
	z-index			: 1;
}
	div.block .left_shadow, div.block .right_shadow{
		position		: absolute;
		top				: 11px;
		width			: 79px;
		height			: 78px;
		background		: url(../images/photo-gallery_list_bg_1.png) 0 0 no-repeat;
		z-index			: 5;
	}
	div.block .left_shadow{
		left			: 1px;
		background-position	: 0 -178px;
	}
	div.block .right_shadow{
		right			: 1px;
		background-position	: 0 -100px;
	}
ul.thumbs {
	position		: relative;
	margin			: 0 0 0 15px;
	width			: 638px;
	height			: 78px;
}
	ul.thumbs li {
		position	: relative;
		float		: left;
		display		: block;
		margin		: 11px 0 15px 15px;
		padding		: 0;
		width		: 104px;
		height		: 78px;
		list-style	: none;
		cursor		: pointer;
		background	: none;
	}
		ul.thumbs li a.thumb{
			position	: absolute;
			top			: 0;
			left		: 0;
			display		: block;
			width		: 104px;
			height		: 78px;
			z-index		: 1;
			
		}
		ul.thumbs li:hover a.thumb, ul.thumbs li.selected a.thumb{
			background		: url(../images/photo-gallery_list_bg_1.png) -117px -101px no-repeat;
		}
	ul.thumbs img {
		position	: relative;
		width		: 104px;
		height		: 78px;
	}
/***/
div.other_gallery {
	margin				: 20px 0 0 8px;
	width				: 640px;
}
	div.other_gallery table{
		width				: 100%;	
	}
	div.other_gallery table td{
		padding				: 0;
		border				: 0;
		vertical-align		: top;	
	}
	div.other_gallery td.prev, div.other_gallery td.next{
		width				: 220px;	
	}
	div.other_gallery td.prev{
		text-align			: right;	
	}
	div.other_gallery td.next{
		text-align			: left;	
	}
	div.other_gallery p{
		margin-bottom		: 5px;
		font-family			: Georgia;
		font-size			: 12px;
		font-style			: italic;
		color				: #003366;	
	}
	div.other_gallery p a{
		font-family			: Arial;
		font-size			: 12px;
		font-style			: normal;
		color				: #006699;	
	}
