#slider_container_2 {
	float: left;
	width: 890px;
	background-image: url(../images/bg-slideshow.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 337px;
	margin-left: 7px;
	margin-top: 8px;
}

.SliderName_2 {
	float: left;
	width: 890px;
	height: 337px;
	overflow: hidden;
	margin-left: 0px;
	margin-top: 0px;
}

.SliderNamePrev_2 {
	width: 50px;
	height: 331px;
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	text-decoration: none;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.SliderNameNext_2 {
	width: 50px;
	height: 331px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#SliderNameNavigation_2 {
	padding: 10px 0 0 0;
	height: 331px;
	text-align: center;
	overflow-y: hidden;
	position: absolute;
	margin-top: 0px;
	width: 24px;
	left: 860px;
}

#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: 24px;
	height: 23px;
	background-image: url(../images/white-bullet.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 4px;
}


#SliderNameNavigation_2 a.active img
{
	background-image: url(../images/gold-bullet.png);
	background-position: bottom;
}
.SliderName_2x {
	width: 882px;
	height: 20px;
	overflow: hidden;
	display: block;
	position: absolute;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 7px;
	padding-right: 8px;
}
