@charset "utf-8";

/*
	PHP Gallery CSS v1.1
	Last updated 2008-03-27 by andy
*/

form.gallery_selector {
	margin-bottom:2em;
	text-align:left;
}

p.no_galleries {
	text-align:center;
}

ul.gallery {
	list-style-type:none;
	padding:0;
	margin:0;
}

	ul.gallery li {
		background-color: #4f5248;
		border: 2px solid #4f5248;
		display: inline;
		float: left;
		height: 75px !important;
		margin:0 10px 10px 0;
		overflow: hidden;
		position: relative;
		width: 75px !important;
	}
	
		ul.gallery li img {
			width: auto !important;
			margin: 0 !important;
			padding: 0 !important;
			clip: rect(0px, 75px, 75px, 0px);
			position: absolute;
		}
