.Rotator_Apple
{
    position:relative;
}
.Rotator_Apple .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_Apple .Control {height:25px;width:25px;display:block;float:left;padding:2px;}
.Rotator_Apple .Controls .Prev
{
	background: url('images/previous.gif') no-repeat center;
}
.Rotator_Apple .Controls .Next
{
	background: url('images/next.gif') no-repeat center;
}
.Rotator_Apple .clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.Rotator_Apple #NavWrapper
{
    width: 746px;
    margin: 0 auto 10px auto;
    padding-bottom: 22px;
    line-height: 1.5em;   
    background: url('images/promofooter_bgbottom.gif') no-repeat 0px 100%;
    color: #666;
    font-size: 11px;
    overflow:hidden;
    height: 140px;
}
.Rotator_Apple .nav
{
    margin: 0;
    padding-bottom: 0px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 26px;
    background: url('images/promofooter_bgtop.gif') no-repeat 0px 0px;  
    min-height: 140px;
}
.Rotator_Apple .nav img
{
    margin: 2px;
    }

.Rotator_Apple .nav .item
 {
    margin: 0px 20px;
    width:146px;
    float:left;
    _display:inline;
    padding: 20px 0;
    list-style-type: none;
}

.Rotator_Apple .Button SPAN {
	display:none;
}
.Rotator_Apple .Nav.Button.Prev {
	width: 150px; 
	display: block; 
	background: url(images/next.png) no-repeat; 
	height: 26px; 
	font-size: 1px; 
	cursor: pointer;
	margin: 5px auto;
}
.Rotator_Apple .Nav.Button.Next {
	width: 150px; 
	display: block; 
	background: url(images/next.png) no-repeat;
	height: 26px; 
	font-size: 1px; 
	cursor: pointer;
	margin: 5px auto;
}
.Rotator_Apple .Nav.Button.Prev {
	background-position: 0px -78px
}
.Rotator_Apple .Nav.Prev.Button:hover {
	background-position: 0px -52px
}

.Rotator_Apple .Nav.Next.Button:hover {
	background-position: 0px -26px
}

.Rotator_Apple .nav .item.activeSlide,
.Rotator_Apple .nav .item:hover
{
   background: url('images/SelectedBG.png') top no-repeat; 
}
.Rotator_Apple #ItemsWrapper
{
    clear:both;
}
.Rotator_Apple .items
{
    margin: 0 auto;
    overflow:hidden;
}
