/* DEFAULT FONT STYLES
----------------------------------------------------------------------------- */

.heroContainer {
	position: relative;
}

#slideshow {
	height: 227px;
	width: 475px;
}

#slideshow .slides {display: none;}

#pager {
	bottom: 15px;
	left: 15px;
	padding: 0;
	margin: 0;
	height: 9px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 10;
}

#pager li {
	list-style-type: none;
	float: left;
	height: 9px;
	padding: 0;
}

#pager a {
	background: url(http://www.ipo.org/ScriptContent/Custom/Carousel/Images/pager.png) no-repeat 0 0;
	display: block;
	float: left;
	height: 9px;
	margin: 0 6px 0 0;
	outline: none;
	text-indent: -9999px;
	width: 9px;
}

#pager li.activeSlide a {
	background-position: 0 -9px;
}


