﻿.Rotator_Default { position: relative; 
	background-color: #fff;
	text-align: center;
	margin: 10px 0 10px 0;
}

.Rotator_Default .items { padding:0; margin:0; overflow: hidden }

.Rotator_Default .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_Default .Control {height:25px;width:25px;display:block;float:left;padding:2px;}
.Rotator_Default .Pause {}
.Rotator_Default .Prev
{
	background: url('images/previous.gif') no-repeat center;
}
.Rotator_Default .Next
{
	background: url('images/next.gif') no-repeat center;
}

.divRot
{
	padding-left: 450px; 
	padding-top: 20px;
	width: 600px;
}

.divRotImage{
	width: 140px;
	text-align: center;
}
.tdRotTitle{
	width: 140px;
	text-align: center;
	color: #8bbe07;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 8pt;
}