@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 {
	float:left;
	height:50px !important;
	width:50px !important;
	overflow:hidden;
	margin:0 5px 5px 0;
}

ul.gallery li img {
	border:0;
	padding:0 !important;
	margin:0 !important;
	/*position:absolute;*/
	clip:rect(0px,50px,50px,0px);
}
