@charset "utf-8";
.galleryItemWrapper {
	width:820px;
	display:block;
}
.galleryDescription {
	float:left;
	display:inline;
	width:350px;
}
.galleryImages {
	float:left;
	width:450px;
	display:inline;
	text-align: center;
}
.galleryDisplayDescription {
	float:left;
	display:block;
	width:820px;
}
.galleryDisplay {
	float:left;
	width:860px;
	display:block;
	text-align: center;
	height: 580px;
}
