body {
	background: white;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#img-gallery {
	background: #FFF;
	position: relative;
	width: 700px;
	margin: 0px 0px;
}
#img-gallery ul {
	position: absolute;
	top: 0;
	padding: 10px 0 0 0;
	list-style: none;
	display: none;
}
#img-gallery ul a {
	display: block;
	padding: 3px 10px;
	text-decoration: none;
	border-bottom: none;
	outline: 0;
	color: black;
	 
	background-color:Transparent ;
}
#img-gallery ul a#playstop {
	margin: 0 0 20px 0;
	background: transparent url(play.gif) no-repeat center;
	border-bottom: none;
}
#img-gallery ul a#playstop.stop {
	background:  transparent url(images/stop.gif) no-repeat center;
}
#img-gallery ul a.active {
	background-color:Transparent ;
	color: black;
	font-weight:bold;
}
#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;
}

