﻿.Rotator_SimpleTabs
{
    position:relative;    
}
.Rotator_SimpleTabs .Controls {height:45px; z-index: 1000; position: absolute; bottom: 0; right: 0; 
    margin: 0; padding: 2px; width: 135px; background-color:#fff; border: solid 1px #eee;cursor:pointer;}
.Rotator_SimpleTabs .Control {height:45px;width:45px;display:block;float:left;}
.Rotator_SimpleTabs .Pause {}
.Rotator_SimpleTabs .Controls .Prev
{
	background: url('images/previous.gif') no-repeat center;
}
.Rotator_Paging .Controls .Next
{
	background: url('images/next.gif') no-repeat center;
}
.Rotator_SimpleTabs .nav{
    margin-bottom: 5px;
}
.Rotator_SimpleTabs .nav:after
 {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.Rotator_SimpleTabs .Prev
{
	background: url('images/previous.gif') no-repeat center;
}
.Rotator_SimpleTabs .Next
{
	background: url('images/next.gif') no-repeat center;
}
.Rotator_SimpleTabs .nav .item{
    display:inline;
    border-width: 1px;
    border-color: #ceb8a6;
    float: left;
    list-style-type: none;
    width: 20px;
    height: 20px;
    background-color: #d8cdaf;
    margin: 0 8px 0 0;
    /*padding:0 2px 3px 2px;*/
    text-align: center;
    border-style: solid;
}
.Rotator_SimpleTabs .nav .item.activeSlide,
.Rotator_SimpleTabs .nav .item:hover{
    background-color: #e9e5d9;
}
.Rotator_SimpleTabs .items{
    /*padding:2px;*/
}
.Rotator_SimpleTabs .nav a, .Rotator_SimpleTabs .nav a:hover{
	text-decoration:none;
}




