@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;
	margin-right:4px;
}

ul.gallery li img {
	padding: 2px !important;
	margin: 1px !important;
	border: 1px dotted #716340;
	width: 125px !important;
	height: 100px !important;
	background: #FFFFFF;
}

ul.gallery li img:hover {
	padding: 2px !important;
	margin: 1px !important;
	border: 1px dotted #e51566;
	width: 100px !important;
	height: 75px !important;
	background: #FFFFFF;
}
