.royalSlider {
  display: inline-block;
  max-width: 1500px;
  position: relative;
  margin-bottom:20px;
   max-height:370px !important;
}
.royalSlider:after {
padding-top: 31.25%;
content: '';
display: block;
}
 .rsBullet span {
    background: none;
    border: 1px solid #CCC;
}
.rsDefault .rsBullet.rsNavSelected span {
    background-color: #CCC;
}
.rsDefault .rsBullets {
    background: none;
    bottom: -20px;
    display:none;
}

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
    background-color:#FFF;    
}

.hoverContent{
position:absolute;
top:0;
opacity:0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

div.sliderDisclaimer{
position:absolute;
bottom:2px;
right:2px;
background-color:rgba(255,255,255,0.8);
filter:alpha(opacity=85);
font-size:10px;
padding:2px;
width:952px;
text-align:center;
color:#666;
line-height:10px;
}
