﻿.Rotator_Paging2 { position: relative; }

.Rotator_Paging2 .items { padding:0; margin:0; overflow: hidden }

.Rotator_Paging2 .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_Paging2 .Control {height:25px;width:25px;display:block;float:left;padding:2px;}
.Rotator_Paging2 .Pause {}
.Rotator_Paging2 .Prev
{
	background: url('images/previous.gif') no-repeat center;
}
.Rotator_Paging2 .Next
{
	background: url('images/next.gif') no-repeat center;
}

.Rotator_Paging2 .nav
{
	z-index:98;
	position:absolute;
	bottom:7px;
	left:4px;
	display:block;
	}

.Rotator_Paging2 .nav div
{
	float:left;
	padding:3px 0px 3px 0px;
	margin-right: 1px;
	display:block;
}
.Rotator_Paging2 .nav a
{
	border: 1px solid #FFF; background: #C6D3DC; color: #fff; text-decoration: none; margin: 0 5px; padding: 3px 5px; 
/*--	border: 1px solid #ccc; background: #fc0; text-decoration: none; margin: 0 5px; padding: 3px 5px; --*/

	}
.Rotator_Paging2 .nav a.activeSlide { font-weight: heavy; background: #C80708; }

