#img-gallery {
	background: black;
	position: relative;
	width: 540px;
	border: 0px;
	margin: 0px auto;
}
#img-gallery ul {
	position: absolute;
	top: 0;
	padding: 0;
	list-style: none;
	border: 0px solid #acdc2c;
	margin: 410px 0 0 0;
	display: none;
}

#img-gallery ul li{float:left;}
#img-gallery ul a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	border-bottom: none;
	background: #4a4a4a;
	outline: 0;
	color: white;
	font-size:12px;
	border-left:1px solid #CCC;
}
#img-gallery ul a#playstop {
	background: #4a4a4a url(play.gif) no-repeat center;
}
#img-gallery ul a#playstop.stop {
	background: #CCC url(stop.gif) no-repeat center;
}
#img-gallery ul a.active {
	background: #EEE;
	color: black;
}
#img-gallery #img-description {
	background: #000;
	color: white;
	position: absolute;
	display: none;
	width: 100%;
}
#img-gallery #img-description p {
	padding: 15px;	
	margin: 0;
}
#img-gallery img {
	display: block;
}

