#slider_container {
	width: 940px;
	float: left;
	margin: 0;
	padding:0;
}

.SliderName {
	width: 940px;
	float: left;
	height: 400px;
	overflow: hidden;
}

.SliderNamePrev {
	background: url(../img/left.png) no-repeat left center;
	width: 50px;
	height: 400px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}

.SliderNameNext {
	background: url(../img/right.png) no-repeat right center;
	width: 50px;
	height: 400px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
}

.SliderNameDescription {
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: center;
	color: #ffffff;
}

#SliderNameNavigation { margin: 0; padding: 10px 0 0 0; height: 16px; text-align: center; overflow-y: hidden; }

#SliderNameNavigation a:link, #SliderNameNavigation a:active, #SliderNameNavigation a:visited, #SliderNameNavigation a:hover{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
}

#SliderNameNavigation a img {
	border: none;
	width: 16px;
	height: 16px;
	background: url(../img/bullet.png) no-repeat center center;
}

#SliderNameNavigation a.active img {
	background: url(../img/bullet_active.png) no-repeat center center;
}