#slidenav { position: relative; z-index: 10000; margin-top: 275px; margin-left: 10px;color: #FFF;}
ul.pagination { list-style-type:none; width:152px; }
ul.pagination li { float:left; margin:0 5px; }	
ul.pagination a { display:block; width:12px; padding-top:12px; height:0; overflow:hidden; background-image:url(../images/pagination.png); background-position:0 0; background-repeat:no-repeat;}
ul.pagination li.active a {background-position:0 -12px}
.slide_container {
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/slide_bg.jpg);
	background-repeat: repeat-x;
}
.slide_container a {
	font-size: 16px;
	text-decoration: none;
	color:#900;
}
.slide_container a:hover {
	color:#069;
}
slide_container a:visited {color:#FFF;}
.slide_container p { font-size: 14px; line-height: 18px; color:#069;}
.slide_container h2 {font-size: 25px; line-height: 30px; color:#006;}
.slide_container { width:585px; height:298px; overflow:hidden; position:relative; cursor:pointer; }
.slides { position:absolute; top:-10px; left:575px; }
#slide_one {
	background-image: url(../images/twirly/hugo_parking.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	height: 288px;
	width: 295px;
position:relative;
right:-2000px;
}
#slide_two {
	background-image: url(../images/twirly/hugo_cell.jpg);
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 300px;
	height: 288px;
	width: 275px;
}
#slide_three {
	background-image: url(../images/twirly/hugo_roads.jpg);
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 300px;
	height: 288px;
	width: 275px;
}
#slide_four {
	background-image: url(../images/twirly/hugo_library.jpg);
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 300px;
	height: 288px;
	width: 275px;
}