ol,ul { list-style:none; }
#collage {
    position: relative;
	width:694px;
    height:372px;
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
  }
#slides {
    position: absolute;
	top: 0px;
	bottom: 0px;
	width:694px;
    height:372px;
	z-index: 1;
  }
#slogan {
    position: absolute;
	top: 0px;
	bottom: 0px;
	width:694px;
    height:372px;
	z-index: 10;
  }
.slides_container {
    position: absolute;
	top: 0px;
	bottom: 0px;
	width:694px;
    height:372px;
  }
.slides_container div {
    width:694px;
    height:372px;
    display:block;
  }
.pagination {
	margin:auto;
	width:100px;
	height: 12px;
	overflow:hidden;
}

.pagination li {
	float:left;
	margin:0 1px;
}

.pagination li a {
	display:block;
	width:12px;
	height:0px;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
#slides .next {
	position:relative;
	float: right;
	width: 24px;
	margin-right: 5px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #339933;
	text-decoration: none;
}
#slides .prev {
	position:relative;
	float: left;
	width: 24px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #339933;
	text-decoration: none;
}