﻿.jssor-slider
{
    width:1280px;
    height:480px;
    margin:0px auto;
    position:relative;
    z-index:100;
}
.jssor-loading
{
    position:absolute;
    top:0px;
    left:0px;
}
.jssor-loading > div:first-child
{
    width:100%;
    height:100%;
    background-color:#000000;
    display:block;
    position:absolute;
    top:0px;
    left:0px;
}
.jssor-loading > div:last-child
{
    width:100%;
    height:100%;
    background:url("../Images/loading-jssor.gif") no-repeat center center;
    display:block;
    position:absolute;
    top:0px;
    left:0px;
}
.jssor-slides {
    width: 1280px;
    height: 480px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;

}
.jssor-slides-logo
{
    width:100%;
    height:192px;
    text-align:center;
    position:relative;
    top:30px;
    left:0px;
}
.jssor-slides-logo img
{
    width:131px;
    height:162px;
    margin:0px;
    padding:0px;
}
.jssor-slides-text {
    width: 100%;
    height: 50px;
    font-family: BTitrBold;
    font-size: 32px;
    color: #fff;
    text-align: center;
    position: relative;
    top: 200px;
    left: 0px;
    text-shadow: -1px 0px 4px rgba(0, 0, 0, 1);
    
}