#slider_container_1 { 
	float: left; padding: 1px; 
	width: 1000px; background:;
	margin-left:-1px;
	margin-top:5px;
	}

#SliderName{
	width: 330px;
	height:134px;
	margin: auto;
}

.SliderNamePrev{
	background: url(../img/nextleft.png) no-repeat center center;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	text-decoration: none;
	top:40px;
}
.SliderNamePrev:hover
{
	background: url(../img/nextlefthover.png) no-repeat center center;
	width: 24px;
	height: 24px;
}	
.SliderNameNext{
	background: url(../img/nextright.png) no-repeat center center;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	text-decoration: none;
	margin-left:270px;
	top:40px;
}
.SliderNameNext:hover
{
	background: url(../img/nextrighthover.png) no-repeat center center;
	width: 24px;
	height: 24px;
}	
	
.SliderNameDescription{
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	padding: 5px;
}

#SliderNameNavigation { margin: -15px 0 0 0;;height: 72px; text-align: right;  background:url(../images/sliderbanner.png); }

#SliderNameNavigation a:link, #SliderNameNavigation a:active, #SliderNameNavigation a:visited, #SliderNameNavigation a:hover{
	margin: 0 2px;
	background: url(../img/nav.gif) no-repeat center center;
	font-size: 0px;
	line-height: 60px;
	padding: 12px;
	text-decoration: none;
}

#SliderNameNavigation a.active:link, #SliderNameNavigation a.active:active, #SliderNameNavigation a.active:visited, #SliderNameNavigation a.active:hover{
	background: url(../img/nav_active.gif) no-repeat center center;
}