.listLeft {
	margin: 0;
	padding: 2px 0 0 20px;
	background: transparent url('../images/arrow_left.jpg') no-repeat 0 0;
}

.listLeft img {
	border: none;
}

.listRight {
	margin: 0;
	padding: 2px 20px 0 0;
	background: transparent url('../images/arrow_right.jpg') no-repeat 100%
		0;
}

.listRight img {
	border: none;
}

.currentPage {
	border: 1px solid #6e2e0b;
	color: #6e2e0b;
}