.rotator{
    background-color:#222;
    width:980px;
    height:300px;
    margin:0px auto;
    position:relative;
    font-family: Calibri,'Myriad Pro',Arial,Helvetica,sans-serif;
    color:#fff;
    overflow:hidden;
	-moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.9);
    box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.9);
    /*-moz-box-shadow:0px 0px 10px #222;
    -webkit-box-shadow:0px 0px 10px #222;
    box-shadow:0px 0px 10px #222;			shadow*/
}
img.bg{
    position:absolute;
    top:0px;
    left:0px;
}
.rotator ul{
    list-style:none;
    position:absolute;
    right:0px;
    top:0px;
    z-index:2; /*999999*/
}
.rotator ul li{
    display:block;
    float:left;
    clear:both;
    width:360px;
}
.rotator ul li a{
    width:330px;
    float:right;
    clear:both;
    padding-left:20px;
    text-decoration:none;
	font-size: 18px;
    display:block;
    height:60px;
    line-height:60px;
    background-color: #000;
    margin:0px -20px 0px 0px;
    opacity:0.9;
    color: #FFF;
    font-size:20px;
    outline:none;
	}
.rotator ul li a:hover{
      color: #5cbab1;
}
.rotator .heading{
    position:absolute;
    top:0px;
    left:0px;
    width:500px;
}
.rotator .heading h1{
    text-shadow:-2px 4px 4px #000;
    font-weight:normal;
    font-size:40px;
    padding:20px;
	color:#FFF;
	font-weight: bold;
	-webkit-text-stroke: 2px black;
}
a.more{
    color:orange;
    text-decoration:none;
    text-transform:uppercase;
    font-size:10px;
}
a.more:hover{
    color:#5cbab1;
}