﻿.Rotator_TitlesBlueBG2 { width:400px;position:relative;display:block; overflow:hidden;}

.Rotator_TitlesBlueBG2 .items { background-color:#fff; padding:2; margin:0; overflow: hidden; width:150px; float:left; display:block; }
.Rotator_TitlesBlueBG2 .items img {  }
.Rotator_TitlesBlueBG2 .items img { }

.Rotator_TitlesBlueBG2 .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_TitlesBlueBG2 .Control {height:25px;width:25px;display:block;float:left;padding:2px;}
.Rotator_TitlesBlueBG2 .Pause {}
.Rotator_TitlesBlueBG2 .Prev
{
	background: url('images/previous.gif') no-repeat center;
}
.Rotator_TitlesBlueBG2 .Next
{
	background: url('images/next.gif') no-repeat center;
}
.Rotator_TitlesBlueBG2 .nav
{
	float:right;
	width: 150px;
	height: 100%;
	background: #fc0;
}

.Rotator_TitlesBlueBG2 .nav .item
{
	height: 40px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	display:block;
	list-style-type:none;
}
.Rotator_TitlesBlueBG2 .nav a
{
	font-weight: bold;
	padding-top:15px;
	text-decoration: none;
	display:block;
	height:40px;
	width: 150px;
	color: #fff;
	background: #fff url('images/BlueBGGlossy.png') no-repeat top;
}
.Rotator_TitlesBlueBG2 .nav .activeSlide a,
.Rotator_TitlesBlueBG2 .nav a:hover
{
	display: block;
	color: #000;
	background: #fff url('images/GreenBGGlossy.png') no-repeat top;
}

