.rotator{
	width:934px;
	height:300px;
	margin:0px auto;
	position:relative;
	color:#fff;
	text-transform:uppercase;
	overflow:hidden;
	
}
img.bg{
	position:absolute;
	top:0px;
	left:0px;
	width:934px;
	height:300px;
	
}
.rotator ul{
	list-style:none;
	position:absolute;
	right:0px;
	top:0px;
	float: left;
	margin-top:270px;
	z-index:999999;
	width: 220px;
}
.rotator ul li{
    display:block;
    
    float:left;
    width:30px;
}
.rotator ul li a{
	width:15px;
	clear:both;
	padding-left:10px;
	text-decoration:none;
	display:block;
	height:20px;
	line-height:20px;
	background-color:#43424A;
	margin:1px -20px 1px 0px;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	opacity:0.7;
	color:#D4C879;
	font-size:12px;
	border-right:none;
	outline:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.rotator ul li a:hover{
	background-color: #C1C744;
	color: #43424A;
}
.rotator .heading{
	position:absolute;
	top:0px;
	left:0px;
	width:240px;
	margin-left:40px;
	margin-top:95px;
	height: 82px;
	
	
}
.rotator .heading h1{
	text-shadow:-1px 1px 1px #555;
	font-weight:normal;
	font-size:32px;
	padding-left:10px;
	padding-top:27px;
	color: #3B2F28;
	font-family: "方正水柱繁体";
	text-align: right;
}
.rotator .description{
	width:306px;
	height:20px;
	position:absolute;
	bottom:0px;
	left:0px;
	padding-left:0px;
	margin-bottom:110px;
	padding-top:10px;
	
}
.rotator .description p{
	letter-spacing:normal;
	color: #3B2F28;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
}
a.more{
    color:orange;
    text-decoration:none;
    text-transform:uppercase;
    font-size:10px;
}
a.more:hover{
    color:#fff;
}
