.rotator{
	background-color: white;
	width: 100%;
	height: 360px;
	margin: 60px auto;
	position: relative;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #1B75BB;
	text-transform: uppercase;
	letter-spacing: -1px;
	border: 5px solid #f0f0f0;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 10px #1B75BB;
	-webkit-box-shadow: 0px 0px 10px #1B75BB;
	box-shadow: none;
	}
img.bg{
    top:0px;
    left:0px;
}
.rotator ul{
	list-style: none;
	position: absolute;
	right: 12px;
	top: 11px;
	margin-top: 0px;
	z-index: 1;
	width: 246px;
	height: 352px;
}
.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: #1B75BB;
	margin: 1px -20px 1px 0px;
	opacity: 0.7;
	color: #f0f0f0;
	font-size: 20px;
	border: 2px solid #1B75BB;
	border-right: none;
	outline: none;
	text-shadow: -1px 1px 1px #1B75BB;
	-moz-border-radius: 10px 0px 0px 20px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 20px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 20px;
	
}
.rotator ul li a:hover{
	text-shadow: 0px 0px 2px #1B75BB;
}
.rotator .heading{
	background-image: url(/images/transparent.png);
	position: absolute;
	top: 20px;
	left: 20px;
	width: 383px;
	height: 208px;
	margin-left: 40px;
	margin-top: 40px;
	padding: 10px;
	animation-delay: 2s;
}
.rotator .heading h1{
	margin-left:20px;
	margin-top:20px;
    text-shadow:-1px 1px 1px #555;
    font-weight:normal;
    font-size:46px;
    padding:0px;
}
.rotator .description{
    width:500px;
    height:80px;
    position:absolute;
    bottom:0px;
    left:0px;
    padding:20px;
    background-color:#222;
    -moz-border-radius:0px 10px 0px 0px;
    -webkit-border-top-right-radius:10px;
    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:26px;
}


