﻿.Rotator_Default {
	position: relative; 
	background-color: #ffffff;
}
.Rotator_Default .items {
	padding:0px; 
	margin:0px; 
	overflow: hidden
}
.Rotator_Default .items img {
	padding: 0px; 
	border: 0px solid #ccc; 
	background-color: #eee; 
	top:0px; 
	left:0px; 
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px;
}
.Rotator_Default .Controls {
	height:25px; 
	position: absolute; 
	bottom: 0px; 
	left: 0px; 
	display: none;
	margin: 0px; 
	padding: 0px 0px 0px 6px; 
	width: 100px; 
	background-color:#fff; 
	border-top: solid 1px #c15b19;
	border-right: solid 1px #c15b19;
	cursor:pointer;
}
.Rotator_Default .Control {
	height:25px;
	width:25px;
	display:block;
	float:left;
	padding:0px 0px 0px 6px;
}
.Rotator_Default .Pause {
	padding: 2px;
}
.Rotator_Default .Prev{
	padding: 2px;
	background: url('images/previous.gif') no-repeat center;
}
.Rotator_Default .Next{
	padding: 2px;
	background: url('images/next.gif') no-repeat center;
}
.Rotator_Default .nav{
	/*z-index:100;*/
	/*position:absolute;*/
	bottom:0;
	right:0;
	padding:0;
	margin:0;
	}
.Rotator_Default .nav div
{
	float:left;
	margin: 0px 0px; 
	padding: 0px 0px;
}
.Rotator_Default .nav a {
	border: 0px solid #ccc;
	padding: 0px 0px;  
	background: #fc0; 
	text-decoration: none;
}
.Rotator_Default .nav a.activeSlide {
	background: #ea0
}
.Rotator_Default .nav a:focus {
	outline: none;
}