ol,ul { list-style:none; }
#slides {
    width:450px;
    height:338px;
	margin:5px 0px 5px 15px;
	border: solid 1px #000000;
	float: right;
  }
.slides_container {
	width:450px;
	height:338px;
	background-color: #000000;
  }
.slides_container div {
    width:450px;
    height:338px;
    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;
}