#img-gallery {
	background: #FFFFFF;
	position: relative;
	width: 700px;
	border: 3px solid #657056;
	margin: 10px auto;
	-moz-border-radius: 2px;
}
#img-gallery ul {
	position: absolute;
	top: 0;
	padding: 0;
	list-style: none;
	border: 2px solid #657056;
	margin: 10px 0 0 0;
	display: none;
	-moz-border-radius: 2px;
}
#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: #EEE;
	color: black;
}

#img-gallery img {
	border:0px;
	display: block;
	height: 333px; 
	overflow:hidden; 
}



