#slider_div {
	margin: 0;
	padding:0;
	width: 743px;
}



#img-gallery {
	background: black;
	position: relative;
	width: 743px;

}
#img-gallery ul {
	position: absolute;
	top: 0;
	padding: 0;
	list-style: none;
	margin: 230px 0px 0px 15px;
}

#img-gallery ul li{
float:left;

}
#img-gallery ul li div#left_round{
	background: url(images/left_round.png) no-repeat center;
	width:9px;
	height:22px;
	float:left;
	margin-top:4px;
	background-position: right;
	
}
#img-gallery ul li div#right_round{
	background: url(images/right_round.png) no-repeat center;
	background-position: left;
	width:10px;
	height:22px;
	float:left;
	z-index:110;
	position:relative;
	margin-top:4px;

}



#img-gallery ul a {
	display: block;
	padding: 5px 9px;
	text-decoration: none;
	border-bottom: none;
	background: url(images/green.png) no-repeat center;
    height:20px;
	outline: 0;
	color: white;
}
#img-gallery ul a#playstop {
	background: url(images/NAV_TRASNP_01.png) no-repeat center;
}
#img-gallery ul a#playstop.stop {
	background: url(images/NAV_TRASNP_11.png) no-repeat center;
}
#img-gallery ul a.active {
	background: url(images/active_slide.png) no-repeat center;
	color: black;
}
#img-gallery #img-description {
	color: white;
	font-weight: bold;
	position: absolute;
	display: none;
	width: 100%;
}
#img-gallery #img-description p {
	padding: 15px;
	margin: 0;
}
#img-gallery img {
	display: block;
	margin: 0;
}

