div#content div#slider {
	position: relative;
}
div.scroll { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 942px; 
	height: 268px;
	position: relative;
	}
	div#content div.scroll div.panel {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width: 942px;
		height:268px;
		float:left;
		padding: 0 0 0 2px;
		}
	div.scroll div.panel {
		width: 10000px;
		}

	div#section2 {
		color:#ffffff;
		}

div#content div#slider ul.navigation {
	width: 942px;
	background: transparent url(http://ie3global.ous.edu/images/global/feature_nav_bg.jpg) top center no-repeat;
	height: 38px;
	margin: 0 0 5px 0 ;
	top: 270px;
}

div#content ul.navigation li {
	float: left;
	margin: 11px 8px 0 0;
	border: 1px solid #CCC;
	list-style: none;
	line-height: 0;
}

div#content ul.navigation li:first-child {
	margin: 11px 8px 0 400px ;
}

div#content div.panel img, div#content div.navigation img  {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
}

div#content ul.navigation li {
	border: none;
	text-indent: -9999px;
	width:13px;
	height: 13px;
	display: block;
}

div#content ul.navigation li a {
	display: block;
	width: 13px;
	height: 13px;
	background: url(http://ie3global.ous.edu/images/global/slider_nav_hidden.png) top left no-repeat;

}

div#content ul.navigation li a:hover, div#content ul.navigation li a.selected {
	background: url(http://ie3global.ous.edu/images/global/slider_nav_selected.png) no-repeat left;
}

div#content img.scrollButtons.left {
	border: none;
	position: absolute;
	left: 5px;
	top: 270px;
	margin: 0;
}

div#content img.scrollButtons.right {
	border: none;
	margin: 0;
	position: absolute;
	right: 0px;
	top: 270px;

}