a.pager-link {
	float		: left;
	width		: 9px;
	height		: 9px;
	display		: block;
	background	: url(../images/circle.jpg) 0px 0px no-repeat;
	margin		: 0px 1px;
	text-indent: -10000px;
}

a.pager-link {
	margin		: 9px 1px 0px 1px;
}

a.pager-link:hover, a.pager-link.active {
	background : url(../images/circle.jpg) -9px 0px no-repeat;
}

.bx-prev {
	width: 22px;
	height: 50px;
	display: block;
	position: absolute;
	top: 106px;
	text-indent: -999999px;

	background: url(../images/arrows.png) 0px 0px no-repeat;
	float: left;
	z-index:100;
}

a.bx-prev:hover, a.bx-prev.active {
	background:url(../images/arrows.png) 0px -50px no-repeat;
}

.bx-next {
	width: 22px;
	height: 50px;
	display: block;
	position: absolute;
	top: 106px;
	text-indent: -999999px;

	background: url(../images/arrows.png) -22px 0px no-repeat;
	float: right;
	right: 0;
	z-index:100;
}

a.bx-next:hover, a.bx-next.active {
	background: url(../images/arrows.png) -22px -50px no-repeat;
}