﻿.Rotator_DipasaUSA { position: relative; }

.Rotator_DipasaUSA .items {background-color: #ffffff; padding:0; margin:0; overflow: hidden }
.Rotator_DipasaUSA .items a {text-decoration:none;}
.Rotator_DipasaUSA .items a:hover {text-decoration:underline; cursor:pointer;}
.Rotator_DipasaUSA .Controls {height:25px; z-index: 1000; position: absolute; bottom: 0; left: 0; display: none;
    margin: 0; padding: 6px; width: 100px; background-color:#fff; border-bottom: solid 1px #eee;cursor:pointer;}
.Rotator_DipasaUSA .Control {height:25px;width:25px;display:block;float:left;padding:2px;}
.Rotator_DipasaUSA .Pause {}
.Rotator_DipasaUSA .Prev
{
	background: url('images/previous.gif') no-repeat center;
}
.Rotator_DipasaUSA .Next
{
	background: url('images/next.gif') no-repeat center;
}
