ul.gallery {
				width: 700px;
				list-style: none;
				margin: 0px 0px -5px 0px;
				padding: 0px;
				height: 0px;
				display: block;
				*margin: -5px 0px 0px 0px;
				overflow:hidden;
			}
			
		
/*
#img-gallery {
	background: #FFF;
	position: relative;
	width: 700px;
	border: 1px solid black;
	margin: 10px auto;
}
*/
#img-gallery ul {
	position: absolute;
	display: none;
	z-index: 300;
	left: 20px;
}


#main #img-gallery ul li{
	display: block;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	text-decoration: none;
	background: #000000;
	color:#ffffff;
	float:left;
	clear:none;
    font-weight: bold;
}


#img-gallery ul li a{
	display: block;
	padding: 1px 0px 2px 5px;
	margin: 0px;
	text-decoration: none;
	color:#ffffff;
	font-weight: bold;
	font-size: 11px;
width:12px;
}

#img-gallery ul a#playstop {
	
	background: #000000 url(../images/play.gif) no-repeat center;
}

#img-gallery ul a#playstop.stop {
	background: #000000 url(../images/pause.gif) no-repeat center;
}

#img-gallery ul a.active {
	background-color: #ffffff;
	color: #000000;
	border: solid #000000 1px;
}

#img-gallery #img-description {
    right: 18px;
	position: absolute;
	display: none;
	z-index: 300;
	background-color:#2e9331;
}
#img-gallery #img-description p {
	padding: 2px 6px 3px 6px;
	margin: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-transform:uppercase;
}
