#slider_container {
	overflow: hidden;
}


.slider_prev {
	background: url(images/left.png) no-repeat left center;
	width: 50px;
	height: 460px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}

.slider_next {
	background: url(images/right.png) no-repeat right center;
	width: 50px;
	height: 460px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
}

.slider_description {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	line-height: 50px;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 1px 3px #000000;
}

.bottom_bg{
	height: 14px;
	background-color: #d6d4d4;
}
 #slider_navigation {
	margin: 0;
	height:30px;
	margin-bottom:15px;
	padding-bottom:15px;
	overflow: hidden;
	text-align: center;
	overflow-y: hidden;
} 

#slider_navigation a:link,#slider_navigation a:active,#slider_navigation a:visited,#slider_navigation a:hover
	{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
}

#slider_navigation a span {
	display:inline-block;
	margin:10px 3px;
	border: none;
	width: 16px;
	height: 16px;
	background: url(images/bullet.png) no-repeat center center;
}

#slider_navigation a.active span {
	background: url(images/bullet_active.png) no-repeat center center;
}
.clear{
	clear: both;
}