/**
 * LAYOUT FOR GALLERY
 * --------------------
 * 
 */
 
#gallerylist {
	list-style-type: none;/* play with this */
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#gallerylist li {
	float: right;/* play with this */
	padding-top: 10px;/* play with this */
	width: 150px; /* change this width to match your image widths */
	text-align: center;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#gallerylist img {
	display: block;
	margin: auto;
}

.image {
	float: right;
	margin-right: 15px;
}
