a.bx-next{
	position: absolute;
	top:-28px;
	right: 60px;
	background: url("next.gif") no-repeat 0 0;
    cursor: pointer;
    display: block;
    height: 14px;
    text-indent: -999em;
    width: 28px;
}

a.bx-prev{
	position: absolute;
	top:-28px;
	right: 20px;
	background: url("prev.gif") no-repeat 0 0;
    cursor: pointer;
    display: block;
    height: 14px;
    text-indent: -999em;
    width: 28px;
}