@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;
	padding: 15px 0 0 0;
}

ul.gallery {
	list-style-type: none;
	padding: 0 25px 25px 0;
	margin:0;
	
}

ul.gallery li {
	list-style-type: none;
	display: inline;
}

ul.gallery li img {
	padding: 1px !important;
	margin: 2px !important;
	border: 1px solid #161a11;
	width: 90px !important;
	height: 60px !important;
}