.ui-widget-content {
    background: transparent;
}
.b-btnlink a:link,
.b-btnlink a:active,
.b-btnlink a:visited,
.b-btnlink a:hover  {
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 35px;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    text-align: center;
    background: #2aa6e2;
}
.b-btnlink a:hover  {
    background: #d40000;
}
@media handheld, only screen and (min-width: 400px) and (max-width: 1300px) {
	.bx-wrapper .bx-pager {
        left: -90px;
    }
}