#slidshow_container {
	float: left;
	margin-top:30px;
	margin-bottom:30px;
}
#SliderName {
	padding: 10px;
}
.SliderNamePrev {
	background: url(../images/slideshow/left.png) no-repeat center center;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 138px;
	left: 10px;
	text-decoration: none;
}
.SliderNameNext {
	background: url(../images/slideshow/right.png) no-repeat center center;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 138px;
	right: 10px;
	text-decoration: none;
}
.SliderNameDescription {
	display:none;
}
#SliderNameNavigation {
	margin: 10px 0 0 0;
	padding: 10px 0;
	height: 15px;
	text-align: center;
}
#SliderNameNavigation a:link, #SliderNameNavigation a:active, #SliderNameNavigation a:visited, #SliderNameNavigation a:hover {
	margin: 0 2px;
	background: url(../images/slideshow/nav.png) no-repeat center center;
	font-size: 0px;
	line-height: 0px;
	padding: 12px;
	text-decoration: none;
}
#SliderNameNavigation a.active:link, #SliderNameNavigation a.active:active, #SliderNameNavigation a.active:visited, #SliderNameNavigation a.active:hover {
	background: url(../images/slideshow/nav_active.png) no-repeat center center;
}
