﻿.Rotator_ATV { 
		background-color:#ffffff; 
		width:900px;
		display:block; 
		overflow:hidden;
		}

.Rotator_ATV .items { 
		background-color:#ffffff; 
		padding:2; 
		margin:0; 
		overflow: hidden; 
		width:180px; 
		display:block; 
		}
.Rotator_ATV .items img {  }

.Rotator_ATV .Controls {
		height:14px; 
		z-index: 1000; 
		bottom: 0; 
		left: 0;
    margin: 0; 
    padding: 1px; 
    width: 180px; 
    background-color:#ffffff; 
    cursor:pointer;
    }
.Rotator_ATV .Control {
		height:25px;
		width:25px;
		display:block;
		padding:2px;}
.Rotator_ATV .Pause {}
.Rotator_ATV .Prev
{
	background: url('images/previous.gif') no-repeat center;
}
.Rotator_ATV .Next
{
	background: url('images/next.gif') no-repeat center;
}
.Rotator_ATV .nav
{
	width: 180px;
	height: 100%;
	background: #ffffff;
	border: 0px;
}

.Rotator_ATV .nav .item
{
	height: 15px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
	padding-left:6px;
	display:block;
	list-style-type:none;
}
.Rotator_ATV .nav a
{
	font-weight: bold;
	padding-top:2px;
	text-decoration: none;
	display:block;
	height:15px;
	width: 180px;
	color: #aaaaaa;
	background: #ffffff;
}
.Rotator_ATV .nav .activeSlide a,
.Rotator_ATV .nav a:hover
{
	display: block;
	color: #3366aa;
	background: #ffffff;
}
