@charset "utf-8";
/* CSS Document */
#img-gallery {
	background: #DDD;
	position: absolute;
	width: 621px;
	padding: 5px;
	margin: 5px auto;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#img-gallery ul {
	position: absolute;
	top: 0;
	list-style: none;
	margin: 0;
	display: none;
	width: 100%;
	padding: 0;
}
#img-gallery ul li {
	display: inline;
}
#img-gallery ul a {
	display: inline;
	float: left;
	padding: 2px 10px;
	text-decoration: none;
	background: #DDD;
	outline: 0;
	color: black;
	margin: 0 0 0 0;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#img-gallery ul a#playstop {
	background: #4a4a4a url(../images/play.gif) no-repeat center;
	float: right;
}
#img-gallery ul a#playstop.stop {
	background: #FFF url(../images/stop.gif) no-repeat center;
}
#img-gallery ul a.active {
	background: #EEE;
	color: black;
	padding: 0px 7px;
	border: 2px solid #BBBBBB;
}
#img-gallery #img-description {
	/*background: #DDD;
	color: black;
	font-size: 8px;
	font-weight: bold;
	display: none;
	margin: 0 0 0 -10px;
	width:100%;
	border-left: 10px solid #DDD;
	border-right: 10px solid #DDD;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-khtml-border-radius-bottomleft: 12px;
	-khtml-border-radius-bottomright: 12px;
	-webkit-border-radius-bottomleft: 12px;
	-webkit-border-radius-bottomright: 12px;
	*/
}
#img-gallery #img-description p {
	padding: 15px;
	margin: 0;
}
#img-gallery img {
	display: block;
}

ul.gallery {
	width: 621px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
