#imageGallery {
	display: block;
	padding: 10px 10px 0 0;
	width: 588px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #58595b;
	border-right-color: #58595b;
	border-bottom-color: #58595b;
	border-left-color: #58595b;
	background-color: #bebfc1;
}

.thumbArea {
	display: block;
	float: left;
	margin-right: 10px;
	width: 120px;
}
* html .thumbArea {
	margin-right: 8px;
}

.thumb {
	display: block;
	float: left;
	height: 60px;
	width: 60px;
	margin: 0;
}
.thumb img {
	display: block;
	padding-left: 10px;
	margin: 0;
	padding-bottom: 10px;
}
#Loader {
	left: 200px;
	height: 16px;
	position: absolute;
	top: 120px;
	width: 16px;
	z-index:99;
}
#Image1,#Image2,#Image3,#Image4,
#Image5,#Image6,#Image7,#Image8,
#scroll1,#scroll2,#scroll3,#scroll4,
#scroll5,#scroll6,#scroll7,#scroll8 {	position: absolute;
	width: 447px;
	height: 230px;
}
#Image1 {
	top: 0;
	z-index: 1;
}
#Image2 {
	top: 240px;
	z-index: 2;
}
#Image3 {
	top: 480px;
	z-index: 3;
}
#Image4 {
	top: 720px;
	z-index: 4;
}
#Image5 {
	top: 960px;
	z-index: 5;
}
#Image6 {
	top: 1200px;
	z-index: 6;
}
#Image7 {
	top: 1440px;
	z-index: 7;
}
#Image8 {
	top: 1680px;
	z-index: 8;
}
#scroll1 {
	top:0;
	z-index:9;
}
#scroll2 {
	top:290px;
	z-index:10;
}
#scroll3 {
	top:530px;
	z-index:11;
}
#scroll4 {
	top:770px;
	z-index:12;
}
#scroll5 {
	top:1010px;
	z-index:13;
}
#scroll6 {
	top:1250px;
	z-index:14;
}
#scroll7 {
	top:1490px;
	z-index:15;
}
#scroll8 {
	top:1730px;
	z-index:16;
}
#allImages {
	height: 770px;
	position: relative;
	width: 446px;
}
#images {
	border-left: 1px solid #8f9199;
	height: 230px;
	overflow: hidden;
	padding-left: 10px;
	position: relative;
	width: 446px;
}