#slider1_container {
    position: relative;
    margin: 0 auto;
    top: 0px; 
    left: 0px; 
    width: 1300px; 
    height: 480px; 
    overflow: hidden;
}
.loader1{
    filter: alpha(opacity=70); 
    opacity: 0.7; 
    position: absolute; 
    display: block;
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%;
}
.loader2{
    position: absolute; 
    display: block; 
    background: url(loading.gif) no-repeat center center;
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%;
}
.slider1_holder {
    cursor: move; 
    width: 1300px; 
    height: 480px; 
    top: 0px;
    overflow: hidden;
}

/* jssor slider bullet navigator skin 21 css */
.jssorb21 {
    position: absolute;
    top: 5px; 
    right: 6px;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
    width: 19px; /* size of bullet elment */
    height: 19px;
    text-align: center;
    line-height: 19px;
    color: white;
    font-size: 12px;
    background: url(b21.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb21 div { background-position: -5px -5px; } /*(normal)*/
.jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }/*normal mouseover*/
.jssorb21 .av { background-position: -65px -5px; }/*active mouseover*/
.jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }/* mouseover*/

/*Arrow Left & right */
.jssora21l{top: 123px; left: 8px;} /*Arrow Left*/
.jssora21r{top: 123px; right: 8px;} /*Arrow Right*/
.jssora21l, .jssora21r {
    display: block;
    position: absolute;
    width: 55px;/* size of arrow element */
    height: 55px;
    cursor: pointer;
    background: url(arrow21.png) center center no-repeat;
    overflow: hidden;
 }
.jssora21l { background-position: -3px -33px; }/*(normal)*/
.jssora21r { background-position: -63px -33px; }/*(normal)*/
.jssora21l:hover { background-position: -123px -33px; }/*normal mouseover*/
.jssora21r:hover { background-position: -183px -33px; }/*normal mouseover*/
.jssora21l.jssora21ldn { background-position: -243px -33px; }/* mouseover*/
.jssora21r.jssora21rdn { background-position: -303px -33px; }/* mouseover*/

.Captionhtml{
    position: absolute; 
    top: 40px; 
    left: 50px; 
    width: 350px;
    background:#fff;
    padding:5px 20px;
    opacity: 0.8; 
    filter: alpha(opacity=80);
    overflow: hidden;
}
.CaptiontitleTop{
    position: absolute; 
    top: 10px; 
    left: 50px; 
    width: 350px;
    height: 30px;
    background-color: Black; 
    padding:5px;
    text-align: center;
    opacity: 0.8; 
    filter: alpha(opacity=80);
    color: White; 
    font-size: 16px; 
    font-weight: bold;
}

.CaptiontitleBottom{
    position: absolute; 
    top: 400px; 
    left:800px;
    width: 400px !important;
    height: 30px !important;
    background-color: Black;
    text-align: right;
    padding:5px;
    opacity: 0.8; 
    filter: alpha(opacity=80);
    color: White; 
    font-size: 16px; 
    font-weight: bold
}
@media (max-width: 700px) {
  .CaptiontitleTop,
.CaptiontitleBottom, .Captionhtml{
    top: -1000px; 
    left:1000px;  
    }
}

@media (max-width: 768px) {
.CaptiontitleTop,
.CaptiontitleBottom, .Captionhtml{
    font-size: 130%;
    width: 500px !important;
    }
    .CaptiontitleBottom{ left:700px;}
}
