/**
 * LAYOUT FOR GALLERY
 * --------------------
 * 
 */
 
#gallerylist {
	list-style-type: none;
	padding: 0px 0px 0px 15px;/* play with this */
	margin: 0px;

}

#gallerylist li {
	float: left;
	margin: 10px 10px 10px 0px;/* play with this */
	padding-top: 5px;/* play with this */
	width: 145px; /* change this width to match your image widths */
	text-align: center;
	
}

#gallerylist img {
	display: block;
	margin: auto;
}
}
