﻿.Rotator_Paging { position: relative; }

.Rotator_Paging .items { padding:0; margin:0; overflow: hidden }

.Rotator_Paging .Controls {height:25px; z-index: 1000; position: absolute; bottom: 0; left: 0; display: none;
    margin: 0; padding: 6px; width: 100px; background-color:#fff; border-bottom: solid 1px #eee;cursor:pointer;}
.Rotator_Paging .Control {height:25px;width:25px;display:block;float:left;padding:2px;}
.Rotator_Paging .Pause {}
.Rotator_Paging .Prev
{
	background: url('images/previous.gif') no-repeat center;
}
.Rotator_Paging .Next
{
	background: url('images/next.gif') no-repeat center;
}

.Rotator_Paging .nav
{
	z-index:100;
	position:absolute;
	bottom:0;
	left:780px;
	background-color: transparent;
	display:block;
	padding:0px 5px 13px 10px;
	}

.Rotator_Paging .nav div
{
	float:left;
	padding:2px;
	border: 0px solid #eeeeee;
	margin-right: 5px;
	display:block;
}
.Rotator_Paging .nav a
{
	text-decoration: none;
	padding: 8px 5px;
	background: url('images/rt.gif') center center no-repeat;
}
.Rotator_Paging .nav a.activeSlide { background: url('images/action_up.gif') center no-repeat;}