#slider_container_1 { float: left; padding: 3px; width: 470px; background: #006699; -moz-border-radius: 5px 5px; -webkit-border-radius: 5px 5px; border-radius: 5px 5px; }

#SliderName{
	width: 470px;
	height: 230px;
	margin: auto;
}

.SliderNamePrev{
	background: url(../img/left.png) no-repeat center center;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 90px;
	left: 5px;
	text-decoration: none;
}

.SliderNameNext{
	background: url(../img/right.png) no-repeat center center;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 90px;
	right: 5px;
	text-decoration: none;
}

.SliderNameDescription{
	font-family: Arial Unicode MS;
	font-size: 10px;
	text-align: justify;
	padding: 5px;
	color: #FFFFFF;
	
}

#SliderNameNavigation { margin: 0px 0 0 0; }

#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;
}


.newsimg
{
	border-radius:5px;
}

.newshead
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight: 500;
}

.newshead:hover
{
	color: #CCCCFF;
	text-decoration:none;
	font-weight: 500;
}