   a.back{
                background:transparent url(back.png) no-repeat top left;
                position:fixed;
                width:150px;
                height:27px;
                outline:none;
                bottom:0px;
                left:0px;
            }
.rotator{
    background-color:#222;
    width:100%;
    height:300px;
    margin:0px auto;
    position:relative;
    font-family:'Myriad Pro',Arial,Helvetica,sans-serif;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:-1px;
    border:3px solid #f0f0f0;
    overflow:hidden;
    -moz-box-shadow:0px 0px 10px #222;
    -ms-box-shadow:0px 0px 10px #222;
    -webkit-box-shadow:0px 0px 10px #222;
    box-shadow:0px 0px 10px #222;
    -khtml-box-shadow:  0 0px 10px #222;
-o-box-shadow: 0 0px 10px #222;
-o-shadow: 0 0px 10px #222;
     behavior: url(/images/PIE/PIE.htc);
}
img.bg{
    position:absolute;
    top:0px;
    left:0px;
}
.rotator ul{
    list-style:none;
    position:absolute;
    right:0px;
    top:0px;
    margin-top:6px;
    z-index:1;
}
.rotator ul li{
    display:block;
    float:left;
    clear:both;
    width:260px;
}
.rotator ul li a{
    width:300px;
    float:right;
    clear:both;
    padding-left:10px;
    text-decoration:none;
    display:block;
    height:52px;
    line-height:52px;
    background-color:#222;
    margin:1px -20px 1px 0px;
    opacity:0.7;
    color:#f0f0f0;
    font-size:20px;
    border:2px solid #000;
    border-right:none;
    outline:none;
    text-shadow:-1px 1px 1px #000;
    -moz-border-radius:10px 0px 0px 20px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-bottom-left-radius:20px;
    -ms-border-radius:10px 0px 0px 20px;
      -khtml-border-radius:10px 0px 0px 20px;
    -o-box-border-radius:10px 0px 0px 20px;

    -o-border-radius:10px 0px 0px 20px;
    behavior: url(/images/PIE/PIE.htc);
    border-top-left-radius:10px;
    border-bottom-left-radius:20px;
}
.rotator ul li a:hover{
      text-shadow:0px 0px 2px #fff;
}
.rotator .heading{
    position:absolute;
    top:0px;
    left:0px;
    width:500px;
}
.rotator .heading h1{
    text-shadow:-1px 1px 1px #555;
    font-weight:normal;
    font-size:26px;
    padding-left:10px;
    padding-bottom:-10px;
    margin-top:12px;
}
.rotator .description{
    width:600px;
    height:200px;
    position:absolute;
    bottom:0px;
    left:0px;
    padding:22px;
    background-color:#222;
    -moz-border-radius:0px 10px 0px 0px;
    -webkit-border-top-right-radius:10px;
      -khtml-border-radius:0px 10px 0px 0px;
  -o-box-border-radius:0px 10px 0px 0px;
  -ms-border-radius:0px 10px 0px 0px;
    -o-border-radius:0px 10px 0px 0px;
    behavior: url(/images/PIE/PIE.htc);
    border-top-right-radius:10px;
    opacity:0.7;
    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:15px;
    margin-top:-18px;
    behavior: url(/images/PIE/PIE.htc);
}
a.more{
    color:orange;
    text-decoration:none;
    text-transform:uppercase;
    font-size:10px;
}
a.more:hover{
    color:#fff;
}
#rotmenu li a
{
    font-weight:normal;
}