.Rotator_Elegant
{
   position:relative;
}
.Rotator_Elegant:after
 {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.Rotator_Elegant .Controls {height:25px; z-index: 1000; position: absolute; bottom: 0; left: 0;
    margin: 0; padding: 5px; width: 90px; background-color:#fff; border: solid 1px #eee;cursor:pointer;}

.Rotator_Elegant .Control {height:25px;width:25px;display:block;float:left;padding:2px;}
.Rotator_Elegant .Controls .Prev
{
	background: url('images/previous.gif') no-repeat center;
}
.Rotator_Elegant .Controls .Next
{
	background: url('images/next.gif') no-repeat center;
}
.Rotator_Elegant .nav
{
    width:100px;
    height: 14px;
    margin: 10px auto;
    display:block;
}
.Rotator_Elegant .nav .item
 {
    background: url(images/dots.png) no-repeat;
    float:left;
    list-style-type:none;
    width: 14px;
    height: 14px;
    cursor:pointer;
    margin: 0 3px;
}
.Rotator_Elegant .nav .item.activeSlide,
.Rotator_Elegant .nav .item:hover
{
    background-position:-12px 0px;
}
.Rotator_Elegant .items
{
    overflow:hidden;
}
.Rotator_Elegant .items img
{
    margin-right: 5px;
    }