@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:4px;
	margin-bottom: 2px;
}

ul.gallery li img {
	width: 75px !important;
	height: 55px !important;
	margin: 2px !important;
	padding: 2px;
	border: solid 1px #999999;
}

ul.gallery li a:hover img {
	width: 75px !important;
	height: 55px !important;
	margin: 2px !important;
	padding: 2px;
	border: solid 1px #990000;
}