
#img-gallery {
	color: #30470e;
	position: relative;
	padding: 0px;
	margin: -10px 0 0 0;
	/*border: 1px solid;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;*/
}

#img-gallery div.inner {
	padding: 4px;
	/*-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;*/
}
#img-gallery ul {
	/*position: absolute;
	top: 0;*/
	list-style: none;
	margin-bottom: 2px;
	display: none;
	padding: 8px;
	/*border: 1px solid;*/
}
#img-gallery ul li {
	display: inline;
}
#img-gallery ul a {
	display: inline;
	padding: 15px;
	text-decoration: none;
	background2: #85c528;
	outline: 0;
	color: #30470e;
	margin: 0 3px 0 0;
	border2: 2px solid #BBBBBB;
	background:url('../../../../img/img.rounded-button.jpg') center center no-repeat ;
	/*-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;*/
}
#img-gallery ul a#playstop {
	/*background: #4a4a4a url(play.gif) no-repeat center;
	float: right;
	display: none;*/
	display: none;
}
#img-gallery ul a#playstop.stop {
	/*background: #FFF url(stop.gif) no-repeat center;
	display: none;*/
}
#img-gallery ul a.active {
	background:url('../../../../img/img.rounded-button-active.jpg') center center no-repeat ;
	color: black;
	padding: 15px 15px;
}
#img-gallery #img-description {
	color: #30470e;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
	margin-top: 5px;

/*	border-left: 10px solid #85c528;
	border-right: 10px solid #85c528;
	-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 {
	display: block;
	padding: 7px;
	margin: 0;
}
#img-gallery img {
	display: block;
}


#img-gallery ul.gallery-buttons {
	margin-top: 10px;
	height: 30px;
	display: block;
}

#img-gallery div.desc-wrap {
	height: 0px;
	display: block;
}


