.Rotator_Default { position: relative; background-color: #fff;}

.Rotator_Default .items { padding:0; margin:0; overflow: hidden }
.Rotator_Default .items img { padding: 4px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 }
.Rotator_Default .items img {-moz-border-radius: 0px; -webkit-border-radius: 0px;}

.Rotator_Default .Controls {height:25px; z-index: 1000; position: absolute; bottom: 0; left: 0; display: none;
    margin: 0; padding: 6px; width: 100px; background-color:none; cursor:pointer;}
.Rotator_Default .Control {height:22px;width:22px;display:block;float:left;padding:2px;}
.Rotator_Default .Pause {}
.Rotator_Default .Prev
{
	background: url('images/leftbutton.png') no-repeat center;
}
.Rotator_Default .Next
{
	background: url('images/rightbutton.png') no-repeat center;
}

.Rotator_Default .nav
{
	z-index:100;
	position:absolute;
	bottom:0;
	right:0;
	padding:0;
	margin:0;
	}
.Rotator_Default .nav div
{
	float:left;
margin: 0px 5px; padding: 5px 7px;

}
.Rotator_Default .nav a {border: 1px solid #ccc;padding: 5px 7px;  background: #fc0; text-decoration: none;   }
.Rotator_Default .nav a.activeSlide { background: #ea0 }
.Rotator_Default .nav a:focus { outline: none; }
