.next {
	width: 32px;
	height: 25px;
	display:inline;
	float:right;
	cursor: pointer;
	background: transparent url(next-normal.png) no-repeat 0 0;
}

.next:hover {
	background: transparent url(next-over.png) no-repeat 0 0;
}

.next:active {
	background: transparent url(next-normal.png) no-repeat 0 0;
}
				
.prev {
	width: 32px;
	height: 25px;
	display:inline;
	float:right;
	cursor: pointer;
	background: transparent url(prev-normal.png) no-repeat 0 0;
}

.prev:hover {
	background: transparent url(prev-over.png) no-repeat 0 0;
}

.prev:active {
	background: transparent url(prev-normal.png) no-repeat 0 0;
}

.disabled,
.disabled:hover,
.disabled:active {
	width: 32px;
	height: 25px;
	display:inline;
	float:right;
	cursor: default;
	opacity: .5;
	filter: alpha(opacity=50);

}

