@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;
	float:left;
	
}

ul.gallery li img {
	border:0;
	width:50px !important;
	height:50px !important;
	margin-bottom:2px !important;
	margin-right:2px !important;
	line-height:0 !important;
	border:0 !important;
	padding:0 !important;

}