#mainImage {
	margin: 30px auto auto;
	width: 570px;
	height: 300px;
	position: relative;
}

.mainImages {
	position: absolute;
	width: 100%;
	height: 100%;
}
.start {
	z-index: 5;	
}

#thumbnails {
	width: 80%;
	margin: 20px auto;
	text-align: center;
	height: 166px;	
	overflow: hidden;	
	position: relative;
}
.thumbnailImages {
	height: 75px;
	width: 95px;
	margin: 4px 5px;
	position: relative;
}
.arrow{
	position: absolute;
	top: 55px;
	width: 50px;
}
#rightArrow {
	left: 90%;
}
#leftArrow {
	left: 3%;
}
#inlineThumbs {
	position: relative;
	margin: 0;
	padding: 0;
}

#slideOutDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	text-align: center;
	display: inline;
	height: 166px;
}
.thumbDivs {
	position: absolute;
	height: 100%;
	display: inline;
}
#thumbs0 {
	left: 0px;
}

#descriptions {
	text-align: center;
}
.descriptionsParagraphs {
	display: none;
}
