.rotator{
	background-color:#FFFFFF;
	width:800px;
	height:300px;
	margin:0px auto;
	position:relative;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:-1px;
	border:3px solid #FF9900;
	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;
    right:0px;
    top:0px;
    margin-top:6px;
    z-index:999999;
}
.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:52px;
    line-height:52px;
    background-color:#CC6600;
    margin:1px -20px 1px 0px;
    opacity:0.9;
    color:#FFFFFF;
    font-size:20px;
    border:2px solid #FF9900;
    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;
    border-top-left-radius:4px;
    border-bottom-left-radius:20px;
}
.rotator ul li a:hover{
      text-shadow:0px 0px 2px #FF9900;
}
.rotator .heading{
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
	background-color:#CC6600;
	opacity:0.9;
	border-top-right-radius:1px;
	border-bottom-right-radius:20px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
}
.rotator .heading h1{
	text-shadow:-2px 2px 2px #000000;
	font-weight:normal;
	color: #FFFFFF;
	font-size:20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.rotator .description{
	width:500px;
	height:60px;
	position:absolute;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-weight:normal;
	bottom:0px;
	left:0px;
	background-color:#CC6600;
	-moz-border-radius:0px 10px 0px 0px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:100px;
	opacity:0.9;
	border-top:2px solid #FF9900;
	border-right:2px solid #FF9900;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.rotator .description p{
	text-transform:none;
	letter-spacing:normal;
	line-height:26px;
}
a.more{
    color:black;
    text-decoration:none;
    text-transform:uppercase;
    font-size:10px;
	text-decoration: underline;
}
a.more:hover{
    color:#000000;
	text-decoration: underline;
}
