﻿.Rotator_Default {position: relative;}

.Rotator_Default p {margin:0;padding:0;}

.Rotator_Default .items {padding:0; margin:0 30px 0 30px; overflow: hidden;text-align:center;width:555px;background-color:Transparent;}

.Rotator_Default .items div {background-color:Transparent !important;}

.Rotator_Default .Controls {height:25px; z-index: 1000; position: absolute; top: 100px; left: 0;
    margin: 0; padding: 0px; width: 615px; 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;
	float:left;
}
.Rotator_Default .Next
{
	background: url('images/next.gif') no-repeat center;
	float:right;
}
