#imageGallery {
	height: 460px;
	background: #FFF;
	margin:10px 0;
	width:650px;
	text-align:center;
}

#galleryWrapper{
	background-color:#eee;
}

#imageGallery #currentImage {
	height: 350px;
}

#currentImage A {
	display: block;
	text-decoration: none;
	width: 440px;
	height: 250px;
}

#wrapper{
	
}

#imageGallery #enlarge {
	float: right;
	margin: 0.5em 1em 0 0;
	border: 0;
}

#imageGallery #imageThumbnails {
	background: #e0e0e0;
	display: block;
	position: relative;
	margin: 10px 0 0 0;
	width:650px;
}

#imageThumbnails #scrollLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

#imageThumbnails #scrollRight {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

#imageThumbnails #thumbnails {
	height: 96px;
	display: block;
	width:650px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

 #thumbnails #thumbReadjust {
 	width: 50000px;
 }

#thumbnails .aThumbnail {
	float: left;
	width: 120px;
	height: 90px;
	margin: 1px;
	padding: 1px;
	border: 1px solid #FFF;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
}

#thumbnails .aThumbnail A {
	text-decoration: none;
	display: block;
	height:90px;
	line-height: 90px;
}

