#SliderName{
	width: 700px;
	height: auto;
	margin: auto;
	padding:0px;
	margin:0px;
}

.SliderNamePrev{
	background: url(../img/left.gif) no-repeat center center;
	width: 19px;
	height: 38px;
	display: block;
	position: absolute;
	top: 138px;
	left: 0px;
	text-decoration: none;
}

.SliderNameNext{
	background: url(../img/right.gif) no-repeat center center;
	width: 19px;
	height: 38px;
	display: block;
	position: absolute;
	top: 138px;
	right: 0px;
	text-decoration: none;
}

.SliderNameDescription{
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	padding: 5px;
}

#SliderNameNavigation { 
	margin: 10px 0 0 0; 
	padding-top: 15px; 
	height: 15px; 
	text-align: center; 
	-moz-border-radius: 6px 6px; 
	background: #ef4102; 
}

#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: 0px;
	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;
}