@charset "utf-8";

/*
	PHP Gallery CSS v2.5
	Last updated 2009-02-13 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:4px;
}

ul.gallery li img {
	margin:0px !important;
	padding:0px !important;
	background-image:url(images/gallerybgsml.gif) !important;
	display:inline !important;
	float:right !important;
	height:60px !important;
	margin-bottom:10px !important;
	margin-right:14px !important;
	padding-bottom:5px !important;
	padding-left:5px !important;
	padding-right:5px !important;
	padding-top:5px !important;
	width:60px !important;
}