	#gallery_thumbs { width: 400px; }
	#gallery_thumbs {
		overflow: hidden;
		height: 41px;
		position: relative;
		float: left;
	}
	#gallery_largeImage {
		width: 457px;
		height: 323px;
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	.strip_of_thumbnails { width: 51px; position: absolute; }
	.strip_of_thumbnails div{
		width: 51px;
		float: left;
		text-align: center;
	}
	.strip_of_thumbnails img{	border: 2px solid #7b786b; margin-top: 4px; }
	.strip_of_thumbnails .activeImage { border: 2px solid #0f5696; }	
	
	.leftArrow { float:left; }
	.rightArrow { float:right; }

	#gallery_thumbs_inner{
		position:relative;
		width: 1000px; 
	}
	
	.home-thumbs img { margin-top: 3px; }