html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}

.rotator{
 
    width:1152px;
    height:475px;
    margin:0px auto;
    position:relative;
    font-family:'Myriad Pro',Arial,Helvetica,sans-serif;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:-1px;
	
   
    overflow:hidden;
    -moz-box-shadow:0px 0px 10px #222;
    -webkit-box-shadow:0px 0px 10px #222;
    box-shadow:0px 0px 10px #222;
}
img.bg{
    position:absolute;
    top:0px;
    left:0px;

}
.rotator ul{
    list-style:none;
    position:absolute;
    left:30px;
    top:30px;
    z-index:999999;

}
.rotator ul li{
    display:block;
    float:left;
    clear:both;
    width:242px;

}
.rotator ul li a{
    width:242px;
    float:right;
    clear:both;
    text-decoration:none;
    display:block;
    height:55px;
    line-height:52px;
    opacity:1.0;
    color:#f0f0f0;
    font-size:20px;
    border-right:none;
    outline:none;
	
	
}
.rotator ul li a:hover{
      text-shadow:0px 0px 2px #fff;
	  opacity:1.0;
}
.rotator .heading{
    position:absolute;
    top:0px;
    left:0px;
    width:500px;
}
.rotator .heading h1{
    text-shadow:-1px 1px 1px #555;
    font-weight:normal;
    font-size:46px;
    padding:20px;
}

.rotator .description p{
    text-shadow:-1px 1px 1px #000;
    text-transform:none;
    letter-spacing:normal;
    line-height:26px;
}
a.more{
    color:orange;
    text-decoration:none;
    text-transform:uppercase;
    font-size:10px;
}
a.more:hover{
    color:#fff;
}

