@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:block;
	float:left;
	margin-right:8px;
	font: inherit;
}

p.gallery-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px 0 0 0;
	color: #FCF7E1;
}

ul.gallery li img {
	width:75px !important;
	height:75px !important;
	margin:0 !important;
	padding:0 !important;	
}

