﻿.Rotator_banner { position: relative; }

.Rotator_banner .items { padding:0; margin:0; overflow: hidden; }

.Rotator_banner .Controls {height:15px; z-index: 1000; position: absolute; bottom: 0; left: 255px; 
    margin: 0; padding: 6px; width: auto;cursor:pointer; }
.Rotator_banner .Control {height:18px;width:25px;display:block;float:left;padding:2px;}
.Rotator_banner .Pause {position: absolute; bottom: 0; right: 7px; width:15px; height:20px; background-repeat:no-repeat; }
.Rotator_banner .Prev
{
	background: url('images/previous.gif') no-repeat center;  position: absolute; bottom: 0; right: 20px; display:none;
}
.Rotator_banner .Next
{
	background: url('images/next.gif') no-repeat center; position: absolute; bottom: 0; left:0px;display:none;
}

.Rotator_banner .navcarousel
{
	z-index:1000;
	position:absolute;
	bottom:1px;
	left:270px;
	display:block;
	}

.Rotator_banner .navcarousel div
{
	float:left;
	padding:3px 0px 3px 0px;
	margin-right: 1px;
	display:block;
	z-index:20000;
}
.Rotator_banner .navcarousel a
{
	font-size:9pt; text-decoration: none; margin: 1px 1px; padding: 0px 3px; color:#7e9aa7;
}
.Rotator_banner .navcarousel a.activeSlide { background: #195c76;  color:white; border:#7e9aa7 solid 1px;}


