﻿.Rotator_highlights { position: relative; background-color: #ffffff; }

.Rotator_highlights .items { padding:0; margin:0; overflow: hidden; background-color: #ffffff;   }

.Rotator_highlights .Controls {height:66px; z-index: 1000; position: absolute; top:35px; 
    margin: 0; padding: 0px; width:100%; /*background-image:url(images/bgnum.gif); background-repeat:no-repeat; background-position: 30px 7px; background-color:#e7f1f7;*/ cursor:pointer;}
.Rotator_highlights .Control {height:66px; width:25px;display:block;float:left;padding:0px;}
.Rotator_highlights .Pause { visibility:hidden;}
.Rotator_highlights .Prev
{
	background: url('images/previous.gif') no-repeat center; position: absolute; top: 0; left:-5px; height:66px;
}
.Rotator_highlights .Next
{
	background: url('images/next.gif') no-repeat center; position: absolute; top: 0; right: -5px; height:66px;
}
.Rotator_highlights .navcarousel
{
	z-index:2000;
	position: absolute; bottom:0; left:40px;
	display:block;
	text-align:center;
	font-weight:inherit;
	}

.Rotator_highlights .navcarousel div
{
	float:left;
	padding:3px 0px 3px 0px;
	margin-right: 1px;
	display:block;
}
.Rotator_highlights .navcarousel a
{
	border: 1px solid #ccc; background: #07A3D6; text-decoration: none; margin: 0 5px; padding: 3px 5px; color:#FFFFFF; font-size:14px;
}
.Rotator_highlights .navcarousel a.activeSlide { background: #6FA211; color:white;}


