/*------------------------------------------------------------------------------*/
/*	 SLIDER DIVS AND CLASSES					*/
/*------------------------------------------------------------------------------*/
#slider_top{width:1000px; height:276px; overflow:hidden; margin:0 auto; padding:0; position:relative; z-index:1;}

#nav {z-index: 50; position:absolute; top:248px; left: 45px; font-size:11px; line-height:14px; background:none;}

#nav a { text-decoration:none; background: url(../images/layout/slider_circle.png) right top no-repeat; color:#999; cursor:pointer; height:17px; width:6px; display:block; float:left; 
padding:3px 7px 0; margin-right:4px;}

#nav a.activeSlide {
	background: url(../images/layout/slider_circle.png) no-repeat;
	color:#666;
}
#nav a:hover {
	background: url(../images/layout/slider_circle.png) no-repeat;
	color:#666;
}






