<style type="text/css">
/* Rotator Styles */
#wrapper {
	width:960px; 
	border-top:3px solid #92a5bc;
	border-bottom:1px solid #92a5bc;
	margin:0 auto;
}

#rotator {
	color:#000;
	position:relative;
	margin-bottom: 15px;
	font-size:16px;
	width: 960px;
	height: 150px;
	background: url(/images/banner_image.gif) right top no-repeat;
}

/* 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:18px;
	text-decoration:none;
	font-size:100%;
	list-style:none;
	float:left;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

ul.ui-tabs-nav {
	position:absolute;
	bottom:0px;
	left:0;
	background:#5D7A81 url(/images/uitabsbg.gif) repeat-x bottom right;
	border-top:0px solid #465E63;
	margin-left: 778px;
	float: right;
	margin-bottom: 1px;
	height: 18px;
	z-index: 1;
}

/* Non-Selected Tabs */
li.ui-tabs-nav-item a:link,
li.ui-tabs-nav-item a:visited {
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	background:#5D7A81 url(/images/uitabsbg.gif) repeat-x bottom left;
	border-left:1px solid #7D9599;
	border-right:1px solid #465E63;
	line-height: 18px;
}

/* Hovered Tab */
#rotator .ui-tabs-nav-item a:hover,
#rotator .ui-tabs-nav-item a:active {
	background:#5D7A81 url(/images/uiactivetabbg.gif) repeat-x bottom left;
	border-left:1px solid #FCAA5B;
	border-right:1px solid #FF5303;
	color:#FFF;
}

#rotator .ui-tabs-nav-item a span {
	float:left;
	cursor:pointer;
	width: 30px;
}

/* 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:#5D7A81 url(/images/uiactivetabbg.gif) repeat-x bottom left;
	border-left:1px solid #FCAA5B;
	border-right:1px solid #FF5303;
	color:#FFF;
}

/* Content Panels */
#rotator .ui-tabs-panel {
	font-family:Arial, Helvetica, sans-serif;
	clear:left;
	color:#000;
	height: 150px;
}
#rotator .ui-tabs-panel .inner{
	padding:20px 370px 15px 80px;
}

#rotator .ui-tabs-hide {
	display:none;
}

#rotator h1 {
	background: none;
	color:#FF5304;
	font-weight:normal;
	margin:0;
	font-size:28px;
	line-height:34px;
	padding: 7px 0 0 0;
}
#rotator h3 {
	font-size:17px;
	margin:5px 0;
	line-height: 20px;
	color:#324B50;
	padding: 3px 0 0 0;
}

#rotator p {
	font-size:17px;
	margin:5px 0;
	line-height: 20px;
	color:#324B50;
	padding: 3px 0 0 0;
}


/* Background Images */
#rotator #fragment-1 {
	background:transparent url(/images/coins.jpg) no-repeat right top;
}
#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;
}
#rotator #fragment-4 {
	background:transparent url(/images/support.jpg) no-repeat top left;
}
#rotator #fragment-5 {
	background:transparent url(/images/bearings.jpg) no-repeat top right;
}
</style>

