#slider_container_2 { float: left; width: 300px;height: 400px;}

.SliderName_2 {
	float: left;
	width: 300px;
	height: 395px;
	overflow: hidden;
}

.SliderNamePrev_2 {
	background: url(/images/slider/left.png) no-repeat left center;
	width: 50px;
	height: 400px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}

.SliderNameNext_2 {
	background: url(/images/slider/right.png) no-repeat right center;
	width: 50px;
	height: 400px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
}

.SliderName_2Description {
	padding: 10px;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 1px 3px #000000;
}


.SliderName_2_navigation_outer {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 500px;
	height: 20px;
	position: relative;
}

.SliderName_2_navigation {
	    display: none;
    float: right;
    height: 20px;
    margin-right: 10px;
    margin-top: -400px;
    position: relative;
    top: 2%;
}

.SliderName_2_navigation a, .SliderName_2_navigation a:active, .SliderName_2_navigation a:visited, .SliderName_2_navigation a:hover {
	padding: 0 5px;
	font-family: Tahoma,Verdana,Arial,serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none !important;
	color: #ffffff;
	-moz-border-radius: 5px 5px;
	-webkit-border-radius: 5px 5px;
	border-radius: 5px 5px;
}

.SliderName_2_navigation a:hover { background-color: #777777; }

.SliderName_2_navigation a.active_page, .SliderName_2_navigation a.active_page:active, .SliderName_2_navigation a.active_page:visited, .SliderName_2_navigation a.active_page:hover {
	text-decoration: none !important;
	color: #666666;
	background-color: #ffffff;
}


#SliderNameNavigation_2 { margin: 0; padding: 10px 0 0 0; height: 16px; text-align: center; overflow-y: hidden; }

#SliderNameNavigation_2 a:link, #SliderNameNavigation_2 a:active, #SliderNameNavigation_2 a:visited, #SliderNameNavigation_2 a:hover{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
}

#SliderNameNavigation_2 a img
{
	border: none;
	width: 16px;
	height: 16px;
	background: url(/images/slider/bullet.png) no-repeat center center;
}

#SliderNameNavigation_2 a.active img
{
	background: url(/images/slider/bullet_active.png) no-repeat center center;
}