.rotator{
    background-color:#222;
    width:989px;
    height:349px;
    margin:0px auto;
    position:relative;
    font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#fff;
    letter-spacing:-1px;
    border:3px solid #f0f0f0;
    overflow:hidden;
  
}
img.bg{
    position:absolute;
    top:0px;
    left:0px;
}
.rotator ul{
	list-style:none;
	position:absolute;
	top:290px;
	left: -40px;
	margin-top:6px;
	z-index:25;
	float:left;
	
}
.rotator ul li{
    display:block;
    float:left;
    width:247px;
	
}
.rotator ul li a{
    width:245px;
    float:left;
    text-align: center;
    text-decoration:none;
    display:block;
    height:52px;
    line-height:52px;
    background-color:#000;
    opacity:0.7;
    color:#f0f0f0;
	font-size: 13px;
    border:2px solid #000;
    border-right:none;
    outline:none;


}

#rot1{
	margin-top: -12px;

	}
.rotator ul li a:hover{
	  color: #f38720;
	  
}
.rotator .heading{
    position:absolute;
    top:0px;
    left:0px;
    width:800px;
}
.rotator .heading h1{
    text-shadow:-1px 1px 4px #555;
    font-weight:normal;
    font-size:30px;
    padding: 45px;
	margin-top:75px;
	line-height:45px;
}

.rotator .heading h1 span{
	font-size:60px;
	}
	
.pomaltext{
	font-size: 13px;
	margin-top: -10px;
	}

.rotator .description p{
    z-index: 20;
	
}
a.more{
    color:orange;
    text-decoration:none;
    text-transform:uppercase;
    font-size:10px;
}
a.more:hover{
    color:#fff;
}

.line1{
	display:block;
	width: 5px;
	height: 25px;
	border-right: 1px solid #F38720;
	position:absolute;
	z-index: 50;
	top: 310px;
	left: 240px;
	
	}
.line2{
	display:block;
	width: 5px;
	height: 25px;
	border-right: 1px solid #F38720;
	position:absolute;
	z-index: 50;
	top: 310px;
	left: 490px;
	
	}
.line3{
	display:block;
	width: 5px;
	height: 25px;
	border-right: 1px solid #F38720;
	position:absolute;
	z-index: 50;
	top: 310px;
	left: 735px;
	
	}
