#img-gallery {
	background: black;
	position: relative;
	width: 540px;
	border: none;
	margin: 0px;
	/*-moz-border-radius: 4px;*/
}
#img-gallery a img{
	border:none;
}
#img-gallery ul {
	position: absolute;
	top: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #acdc2c;
	margin: 10px 0 0 0;
	display: none;
	/*-moz-border-radius: 4px;*/
}
#img-gallery ul a {
	display: block;
	padding: 2px 6px;
	text-decoration: none;
	border-bottom: none;
	background: #4a4a4a;
	outline: 0;
	color: white;
	font-weight:bold;
}
#img-gallery ul a#playstop {
	/*background: #4a4a4a url(play.gif) no-repeat center;*/
	display:none;
}
#img-gallery ul a#playstop.stop {
	/*background: #FFF url(stop.gif) no-repeat center;*/
}
#img-gallery ul a.active {
	background: #EEE;
	color: black;
}
#img-gallery #img-description {
	background: #000;
	color: white;
	font-weight: bold;
	position: absolute;
	display: none;
	width: 100%;
}
#img-gallery #img-description p {
	padding: 15px;
	margin: 0;
}
#img-gallery img {
	display: block;
}

#img-gallery #quick li {
	float:left;
}

#img-gallery #quick {
	left:5px;
	top:233px;
}
