﻿.Rotator_Paging2 { position: relative; }

.Rotator_Paging2 .items { padding:0; margin:0; overflow: hidden }

.Rotator_Paging2 .Controls {height:25px; z-index: 1000; position: absolute; top: 0; left: 0; 
    margin: 0; padding: 6px; width: 100px; background-color:#fff; border: solid 1px #eee;cursor:pointer;}
.Rotator_Paging2 .Control {height:25px;width:25px;display:block;float:left;padding:2px;}
.Rotator_Paging2 .Button span
{
 
}
.Rotator_Paging2 .Button
{
    display:block;
    width: 25px;
    height:20px;
    cursor:pointer;
}
.Rotator_Paging2 .Pause {}
.Rotator_Paging2 .Button.Prev
{
    padding-left: 30px;
    float:left;
	background: url('images/previous.gif') no-repeat left;
}
.Rotator_Paging2 .Button.Next
{    
    padding-right: 30px;
    float: right;
    background: url('images/next.gif') no-repeat right;
}
.Rotator_Paging2 #NavWrapper
{
    margin-bottom: 10px;
}
.Rotator_Paging2 #NavWrapper:after
 {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.Rotator_Paging2 .nav
{
/*	display:block;
	width:45%;
	margin-left: auto;
	margin-right: auto;
*/
   position: absolute;
   bottom: 2px;
   z-index: 100;
	}
   
.Rotator_Paging2 .nav ul
{
    padding: 0;
    margin: 0;
    }
.Rotator_Paging2 .nav .item
{
	float:left;
	padding:3px 0px 3px 0px;
	margin-right: 1px;
	display:block;
}
.Rotator_Paging2 .nav ul li {
   background-color: transparent;
}

.Rotator_Paging2 .nav a
{
	border: 1px solid #ffffff; background: #C6D3DC; color: #ffffff; text-decoration: none; margin: 0 3px; padding: 2px 3px; 
}
.Rotator_Paging2 .nav .activeSlide a { font-weight: heavy; background: #C80708; }


