#slider_container_1 { float: left; padding: 10px; width: 640px; background: #000000; -moz-border-radius: 10px 10px; -webkit-border-radius: 10px 10px; border-radius: 10px 10px; }

#SliderName{
	width: 500px;
	height: 20px;
	margin: auto;
}

.SliderNamePrev{
	background: url(../img/prev.png) no-repeat center center;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 45%;
	left: 10px;
	text-decoration: none;
}

.SliderNameNext{
	background: url(../img/next.png) no-repeat center center;
	width: 24px;
	height: 24px;
	display: block;

	position: absolute;
	top: 45%;
	right: 10px;
	text-decoration: none;
}

.SliderNameDescription{
	font-family: Verdana;
	font-size: 12px;
	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: #fff; }

#SliderNameNavigation a:link, #SliderNameNavigation a:active, #SliderNameNavigation a:visited, #SliderNameNavigation a:hover{
	margin: 0 2px;
	background: url(../img/nav.gif) no-repeat center center;
/*	background: url(../img/bullet_active.png) 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;
/*	background: url(../img/bullet.png) no-repeat center center;*/
}


/* Navigation_2 */

.SliderNameDescription_2 {
	padding: 10px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 1px 3px #000000;
//	background-color: #999999
	
}


#SliderNameNavigation_2 { margin: 0; padding: 10px 0 0 0; height: 16px; text-align: center; overflow-y: hidden; }

#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_big.png) no-repeat center center;
	background: url(../img/nav.gif) no-repeat center center;
	margin:2px;
}



#SliderNameNavigation_2 a.active img
{
//	background: url(../img/bullet_active_big.png) no-repeat center center;
	background: url(../img/nav_active.gif) no-repeat center center;
	margin: 2px;

}
