#slider_container_2 {
	width: 544px;
	margin: 0;
	padding: 0px;
	height: 544px;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;

}

.SliderName_2 {
	float: left;
	width: 544px;
	height: 544px;
	overflow: hidden;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;

}

.SliderNamePrev_2 {
	width: 50px;
	height: 310px;
	display: none;
	position: absolute;
	text-decoration: none;
	background-image: url(../img/left.png);
	background-repeat: no-repeat;
	background-position: 7px bottom;
	bottom: 5px;
}
.SliderName_2 img {
	height: 544px;
	width: 544px;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}


.SliderNameNext_2 {
	width: 50px;
	height: 310px;
	display: none;
	position: absolute;
	text-decoration: none;
	background-image: url(../img/right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	right: 5px;
	bottom: 5px;
}

.SliderName_2Description {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 1px 3px #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#SliderNameNavigation_2 {
	margin: 0;
	height: 0px;
	text-align: center;
	overflow-y: hidden;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #538537;
}

#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(../img/bullet.png) no-repeat center center;
}

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