/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
 position: relative;
 margin: 0 auto;
 padding: 0;
 margin-top: 20px;
 margin-left: 15px;
 *zoom: 1;
}
.bx-wrapper img {
 max-width: 88px;
 display: block;
    border : 1px solid #dadbdc;
    background : #fff;
    padding : 4px;
    margin-bottom : 10px;
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
 position: absolute;
 top : -35px;
right:-50px;
 width: 100px;
    margin-left: 240px;
}
/* PAGER */
.bx-wrapper .bx-pager {
 text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
 display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
 background: #dedede;
 text-indent: -9999px;
 display: block;
 width: 8px;
 height: 8px;
 margin: 0 2px;
 outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
 background: #ffbd1f;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev:hover {
 background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
 background-position: -43px 0;
}
.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-controls-direction a.disabled {
 display: none;
}