/* jssor slider bullet navigator skin 03 css */
            /*
            .jssorb03 div           (normal)
            .jssorb03 div:hover     (normal mouseover)
            .jssorb03 .av           (active)
            .jssorb03 .av:hover     (active mouseover)
            .jssorb03 .dn           (mousedown)
            */ 
            .jssorb03 div { background-position: -5px -5px; }
            .jssorb03 div:hover, .jssorb03 .av:hover { background-position: -35px -5px; }
            .jssorb03 .av  
            {
              background-position: -65px -5px;background-color:#68b2d7 !important;color:White !important;   overflow: hidden !important;
             cursor: pointer !important; }
            .jssorb03 .dn, .jssorb03 .dn:hover { background-position: -95px -5px; }
            
.captionOrange
{
    position: absolute;
    left:0px;
    bottom: 8px;
    width: 400px;
    min-height: 20px;
    color:Black;
    font-weight:bold;
    text-align:left;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topright: 10px;
border-bottom-right-radius: 10px;
border-top-right-radius:10px;
    padding:5px;
    height: 35px;
    background-image: url('Design/bg-div-slider.png');
    background-repeat: repeat;
}
.captionOrange a
{
    color: #1B4D65;
    font-weight:bold;
}

.jssorb03 p
{
  margin-right:5px;
}

