body { 
text-align: center; 
align: center; 
}

#slider_container_2 {
  float:none;
  width: 998px; no-repeat 0 0;
  align: center; }

.SliderName_new {width: 998px;}

.SliderName_2 {
	width: 998px;
	height: 300px;
	overflow: hidden;
	  align: center;
}

.SliderNamePrev_2 {
	background: url(../img/left.png) no-repeat left center;
	width: 50px;
	height: 300px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}

.SliderNameNext_2 {
	background: url(../img/right.png) no-repeat right center;
	width: 50px;	height: 300px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
}

.SliderName_2Description {
	padding-left: 10px;
	padding-top: 10px;
	font-family:"Trebuchet MS", Arial, verdana, sans-serif;
	font-weight:bold;
	font-size: 16px;

	letter-spacing: 1px;
	text-align: left;
	color: #ffffff;
	text-shadow: 0 1px 3px #000000;
}


#SliderNameNavigation_2 { 	width: 998px;
	margin-left:-15px;
	margin-top:-25px;
	align: center;
	text-align: right;
	position: absolute; }
#SliderNameNavigation_2 a img
{
	border: none;
	width: 16px;
	height: 16px;
	bottom:0px;
background: url(../img/bullet.png) no-repeat center center;
}

#SliderNameNavigation_2 a.active img
{
background: url(../img/bullet_active.png) no-repeat center center;
}