.topslider {
	max-width: 1120px;
	min-width: 990px;
	margin: 0 auto;
	background: url(../images/bg-lines.png) repeat -1px 1px;
}

.rotator{
    max-width: 1120px;
	min-width: 990px;
    height: 450px;
    margin: 15px auto 0;
    position: relative;
    font-family: Arial,Helvetica,sans-serif;
    color: #4e0000;
    text-transform: uppercase;
    letter-spacing:-1px;
    overflow:hidden;
}

img.bg{
    position:absolute;
    top:0px;
    left:0px;
}

.rotN{
	width: 1090px;
	height: 400px;
	overflow: hidden;
	margin: 15px 0 0 15px;
}

.rotator ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 10;
	top: 428px;
	right: 20px;
	position:absolute;
}
.rotator ul li {
	width: 10px;
	height: 10x;
	float: left;
	text-align: center;
	display: inline-block;
	margin-left: 8px;
}
.rotator ul li a {
	display: block;
	line-height: 10px;
	width: 10px;
	height:10px;
	float: right;
	clear: both;
	text-decoration:none;
	background-color:#222;
    opacity:0.2;
    color:#f0f0f0;
    font-size:14px;
    border:2px solid #000;
    border-right:none;
    outline:none;
	border-radius: 10px;
}

.rotator .heading{
    position:absolute;
	width: 560px;
	text-align: right;
	margin-right: 20px;
    top: 20px;
}
.rotator .heading h3{
	text-transform: none;
    font-weight: bold; 
    font-size: 26px;
    padding: 0 5px 0 0;
	color: #FFA505;
	background: url(../images/slider-h3-bg.png) repeat;
	line-height: 34px;
}
.rotator .description{
	font-size: 11pt;
	width: 560px;
	right: 0;
	bottom: 45px;
	margin: 0 25px 0 0;
    position: absolute;
    padding: 0px 20px 10px 0;
	background: url(../images/slider-descr-bg.png) repeat;
}
.rotator .description p {
    text-transform: none;
    letter-spacing: normal;
    line-height: 26px;
	padding: 3px 7px;
}
a.more{
    color: #000;
    text-decoration:none;
    text-transform:uppercase;
    font-size:10px;
}
a.more:hover{
    color:#4b5700;
}
.tlink { border: 0;}