﻿.Rotator_Groups { position: relative; background-color: #ffffff;}

.Rotator_Groups .items { padding:0; margin:0; overflow: hidden; float:left; }
.Rotator_Groups .item{float:left;}
.Rotator_Groups .Controls {height:25px; z-index: 1000; position: absolute; bottom: 0; left: 0; 
    margin: 0; padding: 6px; width: 100px; background-color:#fff; border: solid 1px #eee;cursor:pointer;}
.Rotator_Groups .Control {height:25px;width:25px;display:block;float:left;padding:2px;}
.Rotator_Groups .Pause {}

.Rotator_Groups .Button
{
    width: 25px;
    height:25px;
    cursor: pointer;
}
.Rotator_Groups .Button span
{
    visibility:hidden;    
}
.Rotator_Groups .Prev
{    
    float:left;
	background: url('images/previous.gif') no-repeat center;
}
.Rotator_Groups .Next
{
    float: right;
	background: url('images/next.gif') no-repeat center;
}
.Rotator_Groups #itemsWrapper
{
    width: 480px;
    }
.Rotator_Groups #itemsWrapper:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
