#cck-slider-arrows {
	position: absolute;
	right: 0;
	z-index: 999;
	width: 100%;
}

#cck-slider-arrows a.prev {
	float: left;
	background: url(../images/slider_sprite.png) -23px 0 no-repeat;
	width: 66px;
	cursor: pointer;
	text-decoration: none;
	height: 66px;
	opacity: 0.5;
	background-position: -23px -66px;
}

#cck-slider-arrows a.next {
	float: right;
	background: url(../images/slider_sprite.png) -23px 0 no-repeat;
	width: 66px;
	cursor: pointer;
	text-decoration: none;
	height: 66px;
	opacity: 0.5;
}


#cck-slider-arrows a.next:hover {
	background-position: -89px 0;
	text-decoration: none;
	opacity: 1;
}
#cck-slider-arrows a.prev:hover {
	background-position: -89px -66px;
	text-decoration: none;
	opacity: 1;
}

