@charset "UTF-8";

div.imageGallery {
	position: absolute;
	height: 415px;
	width: 623px;
	left: 291px;
	top: 0;
}
div.imageGallery img{
	display: block;
}
div.imageGallery div.image img{
	max-width: 623px;
	max-height: 415px;
}
div.imageGallery p.imageTitle, div.imageGallery p.imageText{
	display: none;
}

div.imageGallery ul {
	float: right;
	max-width: 300px;
	height: 104px;
	overflow: hidden;
}
div.imageGallery ul li {
	float: left;
	padding-left: 5px;
	padding-top: 5px;
}
