<style type="text/css" media="screen">

#glider {
	margin: 0px;
	width: 940px;
}

.scroller {
	background-color: #ffffff;
	float: left;
	overflow: hidden;
	width: 970px;
	height: 470px;
}

.content {
	width: 10000px;
}

.section {
	float: left;
	overflow: hidden;
	padding: 10px;
	width: 300px;
	height: 450px;
	font-size:1.05em;
}

.section h3 {
	padding-top: 0;
}

.section a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
}

.section div.title {
	font-weight:bold;
	font:2.4em Georgia;
	letter-spacing:-0.05em;
	display:block;
	padding-bottom:5px;
	}

.controls, .alt_controls {
	clear: both;
	width: 920px;
}

.alt_controls {
	margin: 0;
	position: relative;
}

.alt_controls .desc {
	font-size: 90%;
	line-height: 20px;
	padding: 5px 8px;
	position: absolute;
	top: 0;
	left: -200px;
	width: 170px;
	height: 20px;
}

.alt_controls .desc .arrow {
	border-top: 7px solid #ffffff;
	border-bottom: 7px solid #ffffff;
	position: absolute;
	top: 8px;
	left: 186px;
	width: 0;
	height: 0;
	text-indent: -9999px;
}

.alt_controls .desc_onclick .arrow {
	border-left: 7px solid #c87644;
}

.alt_controls .desc_onmouseover .arrow {
	border-left: 7px solid #a25951;
}

.alt_controls .desc_onclick {
	background-color: #eed6c7;
	border: 1px solid #c87644;
}

.alt_controls .desc_onmouseover {
	background-color: #e3cdca;
	border: 1px solid #a25951;
}

.controls ul, .alt_controls ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 970px;
	height: 30px;
}

.controls ul li, .alt_controls ul li {
	float: left;
	padding: 0;
	width: 30px;
}

.controls ul li a, .alt_controls ul li a {
	background-color: #517ba2;
	color: #f3f6f9;
	display: block;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
}

.alt_controls ul.ctrl_onclick li a {
	background-color: #c87644;
}

.alt_controls ul.ctrl_onmouseover li a {
	background-color: #ffffff;
	color: #000000;
}

.controls ul li a:hover, .alt_controls ul li a:hover {
	background-color: #000000;
	color: #ffffff;
}

.alt_controls ul.ctrl_onclick li a:hover {
	background-color: #923905;
}

.alt_controls ul.ctrl_onmouseover li a:hover {
	background-color: #3c78a7;
}

.side-nav {
	float: left;
	width: 20px;
	height: 320px;
}

.side-nav a {
	display: block;
	text-indent: -9999px;
	width: 20px;
	height: 320px;
}

#nav-previous a {
	background: url(images/previous-arrow.png) no-repeat top center;
}

#nav-previous a:hover {
	background: url(images/previous-arrow.png) no-repeat bottom center;
}

#nav-next a {
	background: url(images/next-arrow.png) no-repeat top center;
}

#nav-next a:hover {
	background: url(images/next-arrow.png) no-repeat bottom center;
}

</style>
