#slider_container {
	float: left;
	margin:5px 10px;
	padding:0px;
	width:297px;
	height:260px;	
}
#SliderName {
	width:295px;
	height:230px;
	
	margin: auto;
}
#SliderNameNavigation {
	margin-top:16px;
	padding:0px;
	text-align: center;
}
#SliderNameNavigation a:link, #SliderNameNavigation a:active, #SliderNameNavigation a:visited, #SliderNameNavigation a:hover {
	margin: 0 2px;
	background: url(../images/slider_nav.png) no-repeat center center;
	font-size: 0px;
	line-height: 0px;
	padding:8px;
	text-decoration: none;
}
#SliderNameNavigation a.active:link, #SliderNameNavigation a.active:active, #SliderNameNavigation a.active:visited, #SliderNameNavigation a.active:hover {
	background: url(../images/slider_nav_active.png) no-repeat center center;
}
