@charset "utf-8";

/*
	PHP Gallery CSS v1.1
	Last updated 2008-03-27 by andy
*/

form.gallery_selector {
	margin-bottom:2em;
}

p.no_galleries {
	text-align:center;
}

ul.gallery {
	list-style-type:none;
	padding:0;
	margin:0;
}

ul.gallery li {
	display:inline;
	margin-right:10px;
}

ul.gallery li img {
	padding-bottom:0px !important;
	margin: 5px 5px 0 0 !important;
	width: 68px !important;
	height: 68px !important;
	border: 1px solid #432729;
}

.gallery-width {
	width:350px;
}