@charset "UTF-8";
/* CSS Document */
#img-gallery {
	position: absolute;
	top: 10px;
	left: 300px;
	width: 700px;
	padding: 10px;
	margin: 10px auto;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#img-gallery ul {
	position: absolute;
	top: 0;
	list-style: none;
	margin: 0;
	display: none;
	width: 700px;
	padding: 0;
	height: 30px;
}
#img-gallery ul li {
	display: inline;
}
#img-gallery ul a {
	display: inline;
	float: left;
	padding: 7px 5px;
	text-decoration: none;
	outline: 0;
	margin: 0 3px 0 0;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#img-gallery ul a#playstop {
	background: url(images/play.png) no-repeat center;
	float: right;
}
#img-gallery ul a#playstop.stop {
	background: url(images/stop.gif) no-repeat center;
}
#img-gallery ul a.active {
	padding-bottom: 2px;
	border-bottom: 1px solid;
}
#img-gallery #img-description {
	display: none;
	margin: 0 0 0 -10px;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size:1em;
	-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 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding: 15px;
	padding-left: 10px;
	margin: 0;
	font-size: 1em;
	color: #000;
}
#img-gallery img {
	display: block;
}

.gallery img longdesc
{font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

