﻿.rotControlBar
{
	text-align:center;
	width:100%;
	height:32px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1000; 		
}
.rotControlBar a.rotItemSelector
{
	border:1px solid #000;
	padding:1px;
	padding-left:5px;
	padding-right:5px;
	margin:5px;
	display:inline-block;
	cursor: pointer;
	color:#ccc;
	background-color:#000;
}
.rotControlBar a.rotItemSelector:hover
{
	text-decoration:none;
	background-color:#248;
	color: #000;
}
.rotControlBar a.rotItemSelected
{
	color: #000 !important;
	background-color: #444;
}

.rotPreviousItem, .rotNextItem
{
	 height:100%;
	width:64px;
	position:absolute;
	top:0;
	z-index:1000;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.rotPreviousItem {   left:0; background-image: url('../images/rotator/direction_left.png'); }
.rotNextItem { right:0;  background-image: url('../images/rotator/direction_right.png');}

.rotTitle { font-family: "Monotype Corsiva", "Times New Roman", Times, Serif; font-size: 16pt; line-height:20pt; padding:5px;}

