div.galleryPlugin {
	width: 100%;
}
div.galleryPlugin h1.gTitle {
	
}
div.galleryPlugin div.gContent {
	padding: 0;
}



ul.gallery {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.gallery li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 33%;
	text-align: center;
}
ul.gallery li a {
	color: #535353;
	text-decoration: none;
}
ul.gallery li a:hover {
	text-decoration: underline;
}
ul.gallery li.spacer {
	display: block;
	clear: both;
	width: 100%;
	float: none;
	height: 2em !important;
}
ul.gallery li a.image {
	display: block;
	text-decoration: none;
}
	ul.gallery li a.image img {
		background: #fff;
		padding: 5px;
	}