@charset "utf-8";

/*
	PHP Gallery CSS v2.5
	Last updated 2009-02-13 by andy
*/

#gallery_dropdown {
	position:relative;
}

form.gallery_selector {
	margin-bottom:2em;
}

p.no_galleries {
	text-align:center;
}

ul.gallery {
	list-style-type:none;
	padding:0;
	margin:0;
	position:relative;
}

ul.gallery li {
	float:left;
	display:inline;
	position:relative;
	overflow:hidden;
	margin:0 5px 10px 0;
	border:3px  solid #49494A;
	width:75px;
	height:60px;
}

ul.gallery li a {
	position: relative;
	width: 90px;
	height: 60px;
	top: 0;
	left: 0;
}

ul.gallery li img {
	border:0;
	padding:0 !important;
	margin:0 !important;
	position:absolute;
	clip:rect(0px,75px,60px,0px);
	width: auto !important;
}

/* Gallery select styling */

form.gallery_selector{position:relative;}

/* setting the width and height of the SELECT element to match the replacing graphics */
form.gallery_selector select {
    position:relative;
    z-index:10;
    width:166px !important;
    height:22px !important;
	background-color:#EC008C;
	border:0 none;
	font: 14px/22px Arial,Helvetica,sans-serif;
	color: #ffffff;
}

/* dynamically created SPAN, placed below the SELECT */
span.select{
    position:absolute;
    bottom:0;
    float:left;
    left:0;
    width:166px;
    height:22px;
    text-indent:10px;
    background:url(../images/gallery-select.jpg) no-repeat 0 0;
    cursor:default;
    z-index:1;
	font: 14px/22px Arial,Helvetica,sans-serif;
	color: #ffffff;
}
	


.gallery_selector {
	clear:both;
	float:left;
	width:100%;
}

