﻿.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
{
	z-index:100;
	position:absolute;
	bottom:65px;
	left:20px;
	display:block;

	}

.Rotator_Paging2 .nav .item
{
	float:left;
	padding:3px 0px 3px 0px;
	margin-right: 1px;
	display:block;
}
.Rotator_Paging2 .nav a
{
	border: 1px solid #989083; background: #291303; color:#d6a68b; text-decoration: none; margin: 0 1px; padding: 1px 3px; 
}
.Rotator_Paging2 .nav .activeSlide a { background: #291303; color:White; }

