#rotator {
	background:#FFF
	url(images/rotator.png) no-repeat;
	color:#000;
	position:relative;
	margin-bottom:2.6em; 
	font-size:16px;
	height: 280px;
}

/* 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%;
	list-style:none;
	float:left;
	
}

ul.ui-tabs-nav {
	position:absolute;
	bottom:-15px;
	right:0;
	z-index:1;
	border-top:1px solid #FFF;
}

/* 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:#FFF url(images/uitabsbg.gif) repeat-x bottom left; 
	border-left:1px solid #FFF;
	border-right:1px solid #c5ced9;
}

/* Hovered Tab */
#rotator .ui-tabs-nav-item a:hover,
#rotator .ui-tabs-nav-item a:active {
	background:#FFF url(images/uiactivetabbg.gif) repeat-x bottom left;
	color:#333;
}

#rotator .ui-tabs-nav-item a span {
	float:left; 
	padding:1em; 
	cursor:pointer;
}

/* 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:#fff url(images/uiactivetabbg.gif) repeat-x bottom left;
	color:#333;
}

/* Content Panels */
#rotator .ui-tabs-panel {
	clear:left;
	color:#000;
	padding:40px 540px 15px 15px;
	height:225px;
	border-bottom: 1px dotted #a5c7e3;
}

#rotator .ui-tabs-hide {
	display:none;
}

#rotator h2 {
	color:#fb9325;
	margin:0;
	font-weight: normal;
	font-size:3.0em;
	line-height:1.2em;
	letter-spacing: -4px;
}

#rotator h2 span {
	font-weight: 300;
}

#rotator p {
	line-height: 20px;
	margin:.5em 0;
	color:#2a6ca7;
}

.btn_get_started {
	float:left;
	height:47px;
	width:120px;
	text-indent:-9999em;
	margin-right:7px; 
	overflow:hidden; 
	background:transparent url(images/learnmore.png) no-repeat
}

.btn_get_started:hover {
	background-position: 0px -47px;
}



/* Background Images */
#rotator #saves-money {
	background:transparent url(images/savesmoney.jpg) no-repeat top right;
	padding:40px 15px 15px 400px;
}

#rotator #fragment-2 {
	background:transparent url(images/saveshealth.jpg) no-repeat top right;
	padding:40px 15px 15px 400px;
}

#rotator #fragment-3 {
	background:transparent url(images/savesplanet.jpg) no-repeat top left;
	padding:40px 15px 15px 400px;
}
