#img-gallery {
position: relative;
	width: 488px !important;
	height: 306px !important;
	overflow: hidden;
	float: left;

}
#img-gallery ul {
	position: absolute;
	top: 0;

	list-style: none;
		margin-left: 5px;
	margin-top: 278px;
	
}

#img-gallery ul li {
	float: left; 
	margin-right: 5px;
	
	
}
#img-gallery ul a {
	display: block;
	padding: 5px 10px;
	
	text-decoration: none;
	border-bottom: none;
	background: #4a4a4a;
	outline: 0;
	color: white;
}
#img-gallery ul a#playstop {

	background: #4a4a4a url(../images/play.gif) no-repeat center;
	
}
#img-gallery ul a#playstop.stop {
	background: #FFF url(../images/stop.gif) no-repeat center;
}
#img-gallery ul a.active {
	background: white;
	color: black;
}
#img-gallery #img-description {
	background: black;
	color: white;
	font-weight: bold;
	position: absolute;
	display: none;
}
#img-gallery #img-description p {
	padding: 5px;
	margin: 0;
}
#img-gallery img {
	display: block;
	
}



ul.gallery li
{	
	display: none;
}

ul.gallery li:first-child
{
	display: block;
}

#img-description
{
	display: none !important;	
}