﻿.Rotator_Bunny { position: relative; }

.Rotator_Bunny .items { padding:0; margin:0; overflow: hidden }
.Rotator_Bunny .items img { padding: 15px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 }
.Rotator_Bunny .items img {-moz-border-radius: 10px; -webkit-border-radius: 10px;}

.Rotator_Bunny .Controls {height:25px; z-index: 1000; position: absolute; display: none;
    margin: 25px 0px 0px 150px; padding: 6px; width: 100px; cursor:pointer;}
.Rotator_Bunny .Control {height:25px;width:25px;display:block;float:left;padding:2px;}
.Rotator_Bunny .Pause {}
.Rotator_Bunny .Prev
{
	background: url('images/previous.gif') no-repeat center;
}
.Rotator_Bunny .Next
{
	background: url('images/next.gif') no-repeat center;
}
