.playButton
{
    border:none;
    width:14px;
    height:14px;
    float:right;
    opacity:0.6;
    background-color:Transparent;
    background-image: url('../images/FrameRotator/btn_pause.gif');
}

.playButton.paused
{
    background-color:Transparent;
	background-image: url('../images/FrameRotator/btn_play.gif');
}

.frameRotator .viewPort
{
	height:205px;
	overflow:hidden;
}

.frameRotator h1
{
	font-size:431.5%;	 
	font-weight:bold; 
	color:#000000; 
	text-align:left; 
	margin-left:0px;
	padding-left:0px;
}
.frameRotator p
{
	font-size:138.5%;	 
	font-weight:bold; 
	color:#000000; 
	text-align:left; 
	margin-top:0px; 
	margin-left:0px;
	padding-left:0px;
}
.frameRotator img
{
	padding-right:15px;
	text-align:center;
}


.frameRotator .pager ul
{
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
}

.frameRotator .pager ul li 
{
	padding:2px;
	text-align:center;
	border:solid 0px #cc6633;
	list-style-type: none;
	display:inline-block;
}

.frameRotator .pager ul li input
{
    padding:0px 0px;
	border:1px solid #59595c; 
	color: #59595c;
	text-decoration:none;
	display:block;
	width:19px;
	height:19px;
	font:10px Trebuchet MS;
	background-color:White;
}
.frameRotator .pager ul li input.active
{
	background:#59595c;
	color:#fffff7;
	border: 1px solid #59595c;
}
.frameRotator .pager ul li input:hover
{
	background:#59595c;
	color:#fffff7;
	border: 1px solid #59595c;
}
