.rotator{
    background:none;
    width:1000px;
    height:450px;
    margin:0px auto;
    position:relative;
    font-family:Arial, Helvetica, sans-serif;
    color:#fff;
    overflow:hidden;
}
img.bg{
    position:absolute;
    top:0px;
    left:0px;
}
.rotator ul{
    list-style:none;
    position:absolute;
    top:0px;
    margin-top:7px;
	margin-left:0px;
    z-index:999999;
	padding:0;
}
.rotator ul li{
    display:block;
    float:left;
    clear:both;
    width:259px;
	margin-bottom:3px;
}
.rotator ul li a{
    width:259px;
    clear:both;
    padding-left:10px;
    text-decoration:none;
    display:block;
    height:51px;
    line-height:51px;
    background:url(/library/images/common/transBG.png) repeat;
    opacity:0.7;
    color:#ffffff;
    font-size:18px;
    outline:none;
}
.rotator ul li a:hover, .rotator ul li a.active {
     background:#be8b01;
	 width:239px;
	 margin-left:20px;
	 opacity:1.0;
}
.rotator ul li a:active, #rotmenu li a:active {
     background:#be8b01;
	 width:239px;
	 margin-left:20px;
	 opacity:1.0;
}
.rotator .heading{
    position:absolute;
    top:0px;
    left:290px;
    width:690px;
}
.rotator .heading h1{
    color: #ffffff;
    text-shadow:-1px 1px 1px #555;
    font-weight:normal;
    font-size:46px;
    padding:20px;
	margin-top:20px;
}
.rotator .description{
    width:449px;
    height:80px;
    position:absolute;
    bottom:-300px;
    left:500px;
    padding:20px;
    background:url(/library/images/common/transBG.png) repeat;
	font-size:12px;
/*    -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:21px;
}
a.more{
    color:orange;
    text-decoration:none;
    text-transform:uppercase;
    font-size:10px;
}
a.more:hover{
    color:#fff;
}
/*info_image {
	margin-left:269px;
}*/