#content {
	float: left;
	height: 290px;
	width: 1200px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.rotator{
	width:1200px;
	height:290px;
	position:relative;
	border:3px solid #FFFFFF;
	overflow:hidden;
	float: left;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
img.bg{
	position:absolute;
	top:0px;
	left:0px;
}
.rotator ul{
	list-style:none;
	position:absolute;
	right:0px;
	top:0px;
	z-index:1;
}
.rotator ul li{
	display:block;
	float:left;
	clear:both;
	width:230px;
	height: 54px;
	margin-top: 3px;
	color: #FFFFFF;
}
.rotator ul li a{
	width:230px;
	float:right;
	clear:both;
	padding-left:10px;
	text-decoration:none;
	display:block;
	height:54px;
	line-height:54px;
	background-color:#222;
	opacity:0.7;
	color:#c1c1c1;
	font-size:14px;
	outline:none;
	margin-top: 1px;
	margin-right: -20px;
	margin-bottom: 1px;
	margin-left: 0px;
	border-left-width: 13px;
	border-left-style: solid;
	border-left-color: #ffba00;
}
.rotator ul li a:hover{
	color: #FFFFFF;
}
.rotator .description{
	width:778px;
	height:94px;
	position:absolute;
	bottom:0px;
	left:0px;
	padding:10px;
	background-color:#222;
	opacity:0.7;
}

.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;
}
a.more{
    color:orange;
    text-decoration:none;
    text-transform:uppercase;
    font-size:10px;
}
a.more:hover{
	color:#FFFFFF;
}
.desc_text1 {
	font-size: 18px;
	line-height: 24px;
	color: #b2ff4d;
	float: left;
	height: 24px;
	width: 778px;
}
.disc_text2 {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 70px;
	width: 778px;
}
