#leadstory-container {
	width:100%;
	height:100%;
	overflow:hidden;
	margin-left: -10px;
}
#leadstory-container2 {
	width:100%;
	overflow:hidden;
	height:100%;
}
div.leadstory_wrapper {
	width: 950px;
	height: 260px;
	overflow: hidden;
	position: relative;
}
div.leadstory_wrapper div.slide {
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 260px;
	position: absolute;
}
div.leadstory_img {
	width:100%;
	}
div.leadstory_content {
	width:100%;
	}
#leadstory_nav {
	position:relative;
	width:100%;
	top:0px;
	left:0px;
	padding-top:10px;
	}
/** --- PAGER SECTION ---**/
#leadstory_pager a { margin: 0 3px; padding: 3px 5px;  background: #fff; text-decoration: none; color:#333; font-size:10px; font-family:Tahoma;}
#leadstory_pager a.activeSlide { font-family:Tahoma; font-weight:bold; color:#FFFFFF/*color:#fff;*/ }
#leadstory_pager a:focus { outline: none; }

