/* 
-------------------------------
DDLX - Slideshow  CSS
http://www.ddlx.org
-------------------------------
*/

#banner {position:relative; 	background:url(images/slider.png) no-repeat bottom;}
#banner-imgs {position:relative;  width: 760px; height: 155px; overflow:hidden }
#banner .btn {position:absolute; top:215px; left:120px; }
#news li {padding-bottom:15px;}
.grid_16{display:inline;float:left;margin-left:0px;margin-right:0px}
.container_12 .grid_12,.container_16 .grid_16{width:660px;}

#nav {
	position:absolute;
	left:340px;
	top:108px;
	height: 12px
}
a.box { 
	position:relative;
	z-index:99;
	cursor:pointer;
	display:block;
	width:12px;
	height:12px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
a.activeSlide {
	background-position:0 -12px;
}
