#galBox {
	height: 600px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#galBox #thumbnails {
	margin-bottom: 10px;
	float: left;
}
#imageLarge {
	height: 600px;
	width: 600px;
	float: left;
	position: relative;
	z-index: 10;
}
.thumb {
	height: 50px;
	width: 50px;
	margin-right: 10px;
	float: left;
}
.mainImage {
	height: 600px;
	width: 600px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 50;
}
.mainImageDefault {
	height: 600px;
	width: 600px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
}
