﻿.Rotator_Default { 
	position: relative;
	/*background-color: #ffffff;*/
	background-color: #eaeae9;
	background-image: url(images/interior/Body_Background_Top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.Rotator_Default .items { padding:0; margin:0; overflow: hidden }

.Rotator_Default .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_Default .Control {height:25px;width:25px;display:block;float:left;padding:2px;}
.Rotator_Default .Pause {}
.Rotator_Default .Prev
{
	background: url('images/previous.gif') no-repeat center;
}
.Rotator_Default .Next
{
	background: url('images/next.gif') no-repeat center;
}
