.rotator{
    background-color: #CBCBCB;
	text-align: justify;
    width:600px;
    height:490px;
    margin:0px auto;
    position:relative;
    font-family:'Trebuchet',Arial,Helvetica,sans-serif;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:normal;
    overflow:hidden;
    -moz-box-shadow:0px 0px 10px #222;
    -webkit-box-shadow:0px 0px 10px #222;
    box-shadow:0px 0px 10px #222;
}
.rotator img.bg{
    position:relative;
    left:0px;
	width:490px;
	height:320px;
	opacity: 1;
	-moz-box-shadow: 0px 0px 10px #222; 
	-webkit-box-shadow: 0px 0px 10px #222; 
	box-shadow: 0px 0px 10px #222;"
}
.rotator ul{
	list-style: none;
	position: absolute;
	right: 16px;
	top: 0px;
	margin-top: 60px;
	z-index: 999999;
	width: 129px;
}
.rotator ul li{
    display:block;
    float:left;
    clear:both;
    width:260px;
}
.rotator ul li a{
    width:230px;
    float:right;
    clear:both;
    padding-left:10px;
    text-decoration:none;
    display:block;
    height:38px;
    line-height:38px;
    background-color:#222;
    margin:1px -20px 1px 0px;
    opacity:0.7;
    color:#f0f0f0;
    font-size:15px;
    outline:none;
    text-shadow:-1px 1px 1px #000;
}
.rotator ul li a:hover{
      text-shadow:0px 0px 2px #fff;
}
.rotator .heading{
    position:absolute;
    top:-18px;
    width:580px;
}
.rotator .heading h1{
    text-shadow:-1px 1px 1px #555;
    font-weight:normal;
    font-size:22px;
    padding:10px;
}
.rotator .description{
    width:580px;
    height:106px;
    position:absolute;
    bottom:0px;
    left:0px;
    padding-left:10px;
    background-color:#CBCBCB;
    opacity:1;
	color: #000000;
}
.rotator .description p{
    color: #000000;
    text-transform:none;
    letter-spacing:normal;
    line-height:16px;
	padding-top:0px;
	font-size:12px;
}
.rotator a.more{
    color:orange;
    text-decoration:none;
    text-transform:uppercase;
    font-size:10px;
}
.rotator a.more:hover{
    color:#fff;
}
