.scroller {
    float: left;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    width: 715px;/* bar width + side arrows & their padding */
}
.perpetually_datepicker_wrapper {
    float: left;
    margin-left: 40px;
    margin-top: 11px;
}
.loading {
    font-size: 18px;
    font-weight: bold;
    color: #0063C8;
    background-color: #FFF;
    text-align: center;
    line-height: 206px;
    left: 0; top: 0;
    width: 715px;/* exact width as main viewport */
    height: 193px;/* exact height as main viewport */
    position: absolute;
    z-index:3;
    opacity: 0.9; filter:alpha(opacity=0.9);
    display: none;
}
.wrapper-records {
    height: 193px;/*screenshot height*/
    overflow: hidden;
    position: relative;
    border: 1px solid #0063C8;
}
ol.records {
    height: 193px;/*screenshot height*/
    padding: 0;
    margin: 0;
    /*overflow: hidden;*/
    position:absolute;
}
ol.records li {
    background-image: url("/static/images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    height: 193px;/*screenshot height*/
    width: 258px;/*screenshot width*/
    overflow: hidden;
/*    margin-right: 5px;*/
    border-right: 5px solid #EFEFEF;
}
ol.records li a {
    text-decoration: none;
}
ol.records li img {
    border: 0;
    display: block;
}
ol.records li span {/* timestamp over each img */
    font-size: 11px;
    position:absolute;
    bottom: 0;
    background: #FFF;
    color: #000;
    padding: 1px 4px 0 4px;
    z-index:1;
}

.bar {
    width: 661px;
    /*margin: 0 54px 0 0;*/
    left: 27px;/*left arrow + padding */
    background-color: #EFEFEF;
    position: absolute;
    height: 20px;
    cursor: pointer;
    margin: 2px 0 0 0;
}
.bar .indicator {
    position: absolute;
    left: 0; top: 0;
}
#preview {
    display: none;
}
.preview_msg {
    position: absolute;
    left: 0; top: -28px;
    padding: 4px 6px;
    font-weight: bold;
    color: #FFF;
    background: #0063C8;
    font-size: 12px;
    white-space: nowrap;
    z-index:2;

    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}
.preview_arrow {
    position: absolute;
    left: 0; top: -5px;
    padding: 0 4px;
    margin: 0;
    color: #0063C8;
    font-weight: bold;
    font-size: 11px;
    z-index:2;
}

.scrollLeft, .scrollRight {
    width: 25px;
    height: 217px;/*img height + lower nav height*/
    font-size: 12px;
    line-height: 206px;
    text-align: center;
    background: #0063C8;
    color: #FFF;
    cursor: pointer;
}
div:hover.scrollLeft, div:hover.scrollRight {
    background-color: #2B90C2;
}
.scrollLeft {
    float: left; margin-right: 2px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
}
.scrollRight {
    float: right; margin-left: 2px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}

.clearfix:after { content: "."; height: 0; display: block; visibility: hidden; clear: both; }
.clearfix { zoom: 1; }
