.next-button {
	display: none;
	position: absolute;
}
.prev-button {
	display: none;
	position: absolute;
}
#sections {
	overflow:hidden;
	width: 615px;
	height: 185px;
	margin: 0px;
	float: left;
	margin-bottom: 0px;
}
#sections ul {
	height: 185px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	width: 9000px;
}
#sections ul li {
	height: 185px;
	width: 615px;
	border: 0px solid #27312F;
	margin: 0px;
	padding: 0px;
	float: left;
}
.prev {
	display: block;
	width: 42px;
	height: 98px;
	cursor: pointer;
	background-image:url(images/slide-button-left01.gif);
	position: absolute;
	top: 16px;
	z-index: 1;
	left: 18px;
}
.next {
	display: block;
	background-image:url(images/slide-button-right01.gif);
	width: 42px;
	height: 98px;
	cursor: pointer;
	position: absolute;
	top: 16px;
	left: 555px;
	z-index: 2;
}


#left-div {
	width: 615px;
	float: left;
	padding-left: 0px;
}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
}
.alignleft {
	float: left
}

