div#myGallery
{
	margin-top: 10px;
}

ul.galleryItem
{
	list-style-type: none;
}

ul.galleryItem li
{
	float: left;
	overflow: hidden;
	background-color: white;
	border: 1px solid #e4e4e4;
	padding: 1px;
	margin: 0 6px 10px 0;
	font-size: 0;
}

ul.galleryItem li div.imageItemFilename
{
	background-color: #f7f7f7;
	height: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #2b2b2b;
	font-size: 11px;
	padding: 0 10px 0 10px;
	clear: left;
}

ul.galleryItem li.imageItemPictureMedium
{
	margin-right: 20px;
}

ul.galleryItem li img
{
	float: left;
	overflow: hidden;
}