

/*
	Handles - Next/prev buttons
*/
.bt-cs .next,.bt-cs .prev {
	display: block;
	width: 10px;
	height: 15px;
}

.bt-cs .bt_handles {
	border: 1px solid red;
	position: absolute !important;
	margin:  0 !important;
	padding: 0 !important;
	border: 0 !important;
	z-index:999;
}

.bt-cs a.next {
	background: url(../images/re-right.png) !important;
	text-indent: -9999px;
	position:absolute;
	z-index:999;
	margin:0;
	padding:0;
  top: -22px!important;
  right: 137px!important;
}

.bt-cs a.prev {
	background: url(../images/re-left.png) !important;
	text-indent: -9999px;
	position:absolute;
	z-index:999;
	margin:0;
	padding:0;
  top: -22px!important;
  right: 150px!important;
}

.bt-cs .next:hover {
	background: url(../images/re-right-hover.png) scroll 0 0 transparent
		!important;
}

.bt-cs .prev:hover {
	background: url(../images/re-left-hover.png) scroll 0 0 transparent
		!important;
}
.bt-cs .bt_handles li {
	float: left;
	margin: 0 1px;
	list-style: none;
	padding:0px;
}

.bt_handles li a {
	display: block !important;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background-image: url(../images/pagination.png);
	background-position: 0 0;
	float: left;
	padding: 12px 0 0 0 !important;
	overflow: hidden;
}

.bt_handles li a:active,.bt_handles li a:focus,.bt_handles li a:hover {
	background-color: transparent !important;
}
#ja-topsl li, #ja-botsl li {
  background-position: 1px 6px;
  padding-left: 1px;
}