#thumbs {
	/* border: 1px solid #ccc; */
	height: 76px;
	overflow: hidden;
	clear: left;
}

#scroller {
	height: 76px;
	/* width: 900px; */
}

	#thumbs div.thumb {
		float: left;
		width: 74px;
		height: 74px;
		/* border: 1px solid #63b0d9; */
		margin: 0 20px 0 0;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-color: transparent;
	}
	
	#thumbs div.thumb a {
		display: block;
		width: 74px;
		height: 74px;
		background: transparent url(images/roundborder_white.png) 0 0 no-repeat;
	}
	
	#thumbs div.thumb a:hover {
		text-decoration: none;
		background: transparent url(images/roundborder_yellow.png) 0 0 no-repeat;
	}
	
.imagelayer {
	border: 0;
	width: 543px !important;
	height: 343px !important;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: white;
	clear: left;
}

.imagenav {
	width: 543px;
	height: 343px;
	background: transparent url(images/imagenav.gif) 0 0 no-repeat;
	margin: 0;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
}

	.imagenav a.zoom,
	.imagenav a.email {
		float: right;
		display: block;
		width: 35px;
		height: 26px;
		clear: both;
		z-index: 110;
	}
	
	.imagenav a:hover {
		text-decoration: none;
	}
	
	.imagenav a.zoom:hover {
		background: transparent url(images/imagenav_hover_zoom.png) 0 0 no-repeat;
	}
	
	.imagenav a.email:hover {
		background: transparent url(images/imagenav_hover_email.png) 0 0 no-repeat;
	}
	
	.imagenav a.click {
		display: block;
		width: 542px;
		height: 342px;
		z-index: 105;
	}

.loader {
	background: transparent url(images/ajax-loader.gif) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	margin: 163px auto 0 auto;
}
