.prevButton , .nextButton{
	border-right: 1px solid #6A849D;
	background: #fff;
	width: 117px;
	height: 22px;
	border-top: 1px solid #6A849D;
	border-left: 1px solid #6A849D;
	border-bottom: 1px solid #6A849D;
	margin: 10px 0 0 0;
	color: #6A849D;
	text-decoration: none;
	display: block;
	text-align: center;
	font: 1.2em tahoma, lucida, sans-serif;
	cursor:pointer;
}

.prevButton {
float:left;
margin-left:60px;
_margin-left:30px;
}

.nextButton {
float:right;
margin-right:85px;
_margin-right:40px;
}

#counter {
font: 1.2em tahoma, lucida, sans-serif;
color: #6A849D;
margin:50px 0 0 180px;
width:100px;
height:20px;
}
