#slider_container_1 {float:left;  width: 990px; height:301px; margin:0px; padding:0px; /*-moz-border-radius: 10px 10px; -webkit-border-radius: 10px 10px; border-radius: 10px 10px; */ }

#SliderName{
	width: 990px;
	height: 301px;
	margin: auto;

	position:absolute;
	
}

.SliderNamePrev{
	background: url(../images/left.html) no-repeat center center;
	width:30px;
	height:30px;
	display: block;
	position: absolute;
	top: 138px;
	left: 50px;
	text-decoration: none; 
}

.SliderNameNext{
	background: url(../images/right.html) no-repeat center center;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 138px;
	right: 50px;
	text-decoration: none;
}
.hide{display:none;}
a{color:#d2e3f9;}



/*#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;
	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;
}*/
