.rotator{
    background-color:#6078a8;
    width:920px;
    height:222px;
    margin:0px auto;
    position:relative;
    font-family:'Myriad Pro',Arial,Helvetica,sans-serif;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:-1px;
    border:2px solid #f0f0f0;
    overflow:hidden;
    -moz-box-shadow:0px 0px 2px #222;
    -webkit-box-shadow:0px 0px 2px #222;
    box-shadow:0px 0px 2px #222;
}
img.bg{
    position:absolute;
    top:0px;
    left:0px;
}
.rotator ul{
    list-style:none;
    position:absolute;
    right:0px;
    top:0px;
    margin-top:6px;
    margin-right: 0; 
    z-index:999999;
}
.rotator ul li{
    display:block;
    float:left;
    clear:both;
    width:250px;
}
.rotator ul li a{
    width:230px;
    float:right;
    clear:both;
    padding-left:10px;
    text-decoration:none;
    display:block;
    height:42px;
    line-height:45px;
    background-color: rgba(96, 120, 168, 0.7);/*#6078A8;  #a86078; */
    margin:1px -20px 1px 0px;
    opacity:1;
    color:#f0f0f0;
    font-size:1.4em;
    border:2px solid #000;
    border-right:none;
    outline:none;
    text-shadow:-1px 1px 1px #000;
    -moz-border-radius:10px 0px 0px 10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
}
.rotator ul li a:hover{

      color: #6078a8;
      background-color: #fff;
      opacity: 1!important;
}
.rotator .heading{
    position:absolute;
    top:0px;
    left:0px;
    width:650px;
}
.rotator .heading h2{
    text-shadow:-1px 1px 1px #555;
    font-weight:normal;
    font-size:2.8em;
    padding:10px 20px;
    margin-top: 10px;
    color: #fff;
    line-height: 0.9em;
    border-bottom: none;
}
.rotator .description{
    width:600px;
    height:64px;
    position:absolute;
    bottom:0px;
    left:0px;
    padding:20px;
    background-color: rgba(96, 120, 168, 0.7);/*#6078A8;  #a86078; */
    -moz-border-radius:0px 10px 0px 0px;
    -webkit-border-top-right-radius:10px;
    border-top-right-radius:10px;
    opacity:1;
    border-top:2px solid #000;
    border-right:2px solid #000;
}
.rotator .description p{
    text-shadow:-1px 1px 1px #000;
    text-transform:none;
    letter-spacing:normal;
    line-height:1.4em;
    font-size: 1.16em;
    margin:0 0 10px 4px;   
}

a.more {
    background-color:#fff;
    border:1px solid #222;
    border-radius:6px;
    bottom:12px;
    color:#a86078;
    display:inline-block;
    font-size:1em;
    padding:4px 14px 0;
    position:absolute;
    right:20px;
    text-decoration:none;
    text-shadow:0px 0px 1px #000;
    text-transform:uppercase;
    width:auto;
}
a.more:hover{
    color:#fff;
    background-color: #6078A8;
}

.rotator img.bg {display: none;}

.no-js .rotator {display: none; visibility: hidden;}