/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * 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 10px;
    padding: 0;
    *zoom: 1;
    
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    position: relative;
    border: none;
    background: none;
/*    height: 455px !important;
    width: 950px;*/
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    margin-top: -20px;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('/content/js/slider/bx_loader.gif') center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
}

/* PAGER */
.bx-controls{

}

.bx-wrapper .bx-pager {
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    top: 350px;
    left: 400px;
}

.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: #fff;
    text-indent: -9999px;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 8px;
    outline: 0;
    background: url(/content/image/design/slider_bul.gif) no-repeat;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: url(/content/image/design/slider_bul_act.gif) no-repeat;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 0;
    width: 54px;
    height: 320px;
    background: url('/content/js/slider/controls.png') no-repeat 0 0px;
}

.bx-wrapper .bx-next {
    right: 0;
    width: 54px;
    height: 320px;
    background: url('/content/js/slider/controls.png') no-repeat -54px 0px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 -320px;
}

.bx-wrapper .bx-next:hover {
    background-position: -54px -320px;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    /*top: 20px;*/
    top: 0;
    margin-top: 0;
    outline: 0;
    width: 54px;
    height: 320px;
    text-indent: -9999px;
    z-index: 8;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
