/****************************************************************************
 * SwipeBox
 ****************************************************************************/
#swipebox-overlay {
    background-color: #ECEBEB;
}

/****************************************************************************
 * Bars
 ****************************************************************************/
#swipebox-bottom-bar,
#swipebox-top-bar{
    background-color: transparent;
    text-shadow: none;
}



/****************************************************************************
 * "Top-Bar"
 ****************************************************************************/
#swipebox-top-bar{
    top: auto; bottom: 0; background-color: transparent;
    font-size: 0; line-height: 0; font-family: inherit;
    height: auto; min-height: 44px;
}

#swipebox-top-bar.visible-bars{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
#swipebox-top-bar #swipebox-title{
    color: #626262 ; text-shadow: none ;
    font-family: inherit;
    font-size: 13px; line-height: 20px;
}

/****************************************************************************
 * Arrows
 ****************************************************************************/

#swipebox-arrows,
#swipebox-bottom-bar{
    pointer-events:none;
}

a#swipebox-prev {
    background: url(../img/dark-skin.png) 0 0 no-repeat !important;
    background-size: 264px 88px !important;
    background-position: -132px -44px !important;
    width: 44px;
    height: 44px;
    pointer-events:all;
}
a#swipebox-next {
    background: url(../img/dark-skin.png) 0 0 no-repeat !important;
    background-size: 264px 88px !important;
    background-position: -88px -44px !important;
    width: 44px;
    height: 44px;
    pointer-events:all;
}
a#swipebox-close {
    background: url(../img/dark-skin.png) 0 0 no-repeat !important;
    background-size: 264px 88px !important;
    background-position: 0 -44px !important;
    width: 44px;
    height: 44px;
}