/* Rotator Styles */
#rotator {
	background:#FFF;
	color:#000;
	position:relative;
	/*padding-bottom:2.6em;*/
	margin:0; 
	font-size:16px;
	/*background-image: url(/images/rotator_contentholder.gif);*/
	background-repeat: no-repeat;
	background-color: #e7e7e7;
	border: solid 1px #ccc;
}

/* Tabs */
ul.ui-tabs-nav, li.ui-tabs-nav-item, li.ui-tabs-nav-item a:link, li.ui-tabs-nav-item a:visited {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	line-height:1.3;
	text-decoration:none;
	font-size:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	z-index: 98;
}

ul.ui-tabs-nav {
	position:absolute;
	right:0;
	z-index:1;
	width:200px;
	height: 256px;
	/*background:transparent url(/images/rotatetab1off.gif) repeat-x bottom right;*/
	background:#ccc none no-repeat scroll right top;
	list-style-type: none;
}

/* Non-Selected Tabs */
li.ui-tabs-nav-item a:link,
li.ui-tabs-nav-item a:visited {	
	font-size:.8em;
	font-weight:normal;
	color:#999;
	/*background:transparent url(/images/rotatetab1off.gif) repeat-x bottom left;*/
	background:#ccc none no-repeat scroll right top;
	/*border: solid 1px #33;*/
	border-bottom: solid 1px #e7e7e7;
}

/* Hovered Tab */
#rotator .ui-tabs-nav-item a:hover,
#rotator .ui-tabs-nav-item a:active {
	/*background:transparent url(/images/rotatetab1on.gif) no-repeat scroll top left;*/
	color:#eee;
}

#rotator .ui-tabs-nav-item a span {
	float:left; 
	padding:1em; 
	cursor:pointer;
	font-size: .9em;
	font-weight: bold;
	height: 25px;
}

/* Active Tab */
#rotator .ui-tabs-selected a:link,
#rotator .ui-tabs-selected a:visited,
#rotator .ui-tabs-selected a:hover,
#rotator .ui-tabs-selected a:active {
	/*background:transparent url(/images/rotatetab1on.gif) no-repeat scroll top left;
	color:#111111;*/
	color: #FFFFFF;
	background:#B5263C none no-repeat scroll right top;
}

/* Content Panels */
#rotator .ui-tabs-panel {
	font-family:Arial, Helvetica, sans-serif;
	clear:left;
	color:#000;
	padding:15px 215px 15px 15px;
	height:226px;
	overflow: auto;
}

#rotator .ui-tabs-hide {
	display:none;
}

#rotator h2 {
	color:#E75D00;
	font-weight:normal;
	margin:0;
	font-size:1.8em;
	line-height:1.2em;
}

#rotator p {
	font-size:1.1em;
	margin:.5em 0;
	color:#333;
}

#rotator .btn_get_started {
	float:left;
	height:30px;
	width:99px;
	text-indent:-9999em;
	margin-right:7px; 
	overflow:hidden; 
	background:transparent url(images/getstarted.gif) no-repeat
}

#rotator .btn_learn_more {
	float:left;
	height:26px;
	font-size:.9em;
}

#rotator div.rotator_learnmore_container
{
	background: #111 none repeat scroll 0 0;
	border-top: 1px solid #000000;
	width: 100%;
	opacity: 0.85;
	margin: 0;
	padding: 10px 0;
	text-align: right;
}

#rotator .rotator_learnmore_container a
{
	color: #fff;
	padding-right: 5px;
}

/* Background Images 
#rotator #fragment-1 {
	background:transparent url(images/coins.jpg) no-repeat top right;
}

#rotator #fragment-2 {
	background:transparent url(images/bearings.jpg) no-repeat top right;
}

#rotator #fragment-3 {
	background:transparent url(images/map.jpg) no-repeat top left;
	padding:40px 15px 15px 540px;
}

#rotator #fragment-4 {
	background:transparent url(images/support.jpg) no-repeat top left;
	padding:40px 15px 15px 540px;
}
*/