.paging-block ul li a.prev,

.paging-block ul li a.next {

	font-size: 12px;

	padding-top: 7px;

}


.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-prev:active, .bx-wrapper .bx-next:active{
	transform: scale(1.2);
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/controls.png) no-repeat 0 -32px;
	transition:scale .5s ease;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/controls.png) no-repeat -43px -32px;
	transition:scale .5s ease;
}