﻿@charset "utf-8";
/* CSS Document */

.xpslider ul, ol { margin:0; padding:0; }
.xpslider { position: relative; overflow: auto; font-family: Arial, sans-serif; width: 200px; }
.xpslider li { list-style: none; }
.xpslider ul li { float: left; padding-bottom: 25px; min-height:200px; max-height:225px;}
.dots { position: absolute; left: 0; right: 0; bottom: 0px; text-align: center; }
.dots li { display: inline-block; width: 12px; height: 12px; margin: 0 4px; text-indent: -999em; border: 2px solid #666666; border-radius: 6px; cursor: pointer; opacity: .4; -webkit-transition: background .5s, opacity .5s; -moz-transition: background .5s, opacity .5s; transition: background .5s, opacity .5s; }
.dots li.active { background: #AAA; opacity: 1; }

li.dot.videodot {
    border-radius: 0px;
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #424242;
    border-right: 2px solid transparent;
    vertical-align: -4px;
    opacity: .4;
}

li.active.dot.videodot {
    background: #ffffff; opacity: 1;
}

/* Popup css */
#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
   /* overflow: hidden;*/
   overflow: visible !important;
    background-color: #fff;
}

.lbLoading {
    background: #fff url('/img/src/preloader.gif') no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 5px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top:0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left:-34px;
    background: transparent url('/img/src/nextlabel.png') no-repeat 0 center;
}

    #lbPrevLink:hover {
        background: transparent url('/img/src/nextlabel.png') no-repeat 0 center;
    }

#lbNextLink {
    right: -34px;
    background: transparent url('/img/src/prevlabel.png') no-repeat 100% center;
}

    #lbNextLink:hover {
        background: transparent url('/img/src/prevlabel.png') no-repeat 100% center;
    }

#lbBottom {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url('/img/src/closelabel.gif') no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: bold;
}

.slidercontainer {
    float: left;
    margin: 3px 20px 20px 0;
    width: 200px;
}

.zoomimage {
    color: #666666;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    padding-top:0;
}