@charset "UTF-8";
#rotator_wrapper {
	width:740px;
	height:260px;
	overflow:hidden;
	float:left;
	border: solid #333 1px;
	margin: 0 0 0 10px;
	background-image: url(../images/switcher_bg.gif);
	background-position-x: 280px;
}
#rotator {
	width:280px;
	height:260px;
	margin:0;
}

#tab-nav {
	float:left;
	overflow:hidden;
}

#tabs {
	float:left;
	width:460px;
	height:260px;
	overflow:hidden;
	position:relative;
	top:-260px;
	left: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;
	text-decoration:none;
	font-size:100%;
	list-style:none;
	font-family:Verdana, Geneva, sans-serif;
}

ul.ui-tabs-nav {
	z-index:1;
	width:280px;
	height:260px;
}

li.ui-tabs-nav-item {
	height:65px;
	background:#000 url(../images/switcher_btn.gif) no-repeat left bottom;
	margin:0px 0px 0px 0px;
}

li.ui-tabs-nav-item-first {
	border-top:0px;
}

/* Non-Selected Tabs */
li.ui-tabs-nav-item a:link,
li.ui-tabs-nav-item a:visited {
	font-size:0.8em;
	font-weight:normal;
	color:#CCC;
	display:block;
	height:65px;
}

/* Hovered Tab */
#rotator .ui-tabs-nav-item a:hover,
#rotator .ui-tabs-nav-item a:active {
	background:#9AAC26 url(../images/switcher_btn_hover.gif) no-repeat left bottom;
	color:#ff7e00;
	display:block;
	height:65px;
}

#rotator .ui-tabs-nav-item a span {
	float:left;  
	cursor:pointer;
}


.tabtextlarge{
	font-weight:normal;
	font-size:160%;
	display:block;
	padding:20px 0 0 20px;
	margin:0px;
	width: 250px;
	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:#000 url(../images/switcher_btn_selected.gif) no-repeat left bottom;
	color:#ff7e00;
}

#rotator .ui-tabs-selected{
	background:#000 url(../images/switcher_btn.gif) no-repeat left bottom;
	color:#333;
	height:65px;
}

/* Content Panels */
#rotator .ui-tabs-panel {
	font-family:Arial, Helvetica, sans-serif;
	clear:left;
	color:#000;
	padding:0;
	height:240px;
}

#rotator .ui-tabs-hide {
	display:none;
}



#rotator .learn_more {
	margin-left:360px;
	margin-top:210px;
	height: auto;
	width: 76px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Background Images */
#rotator #fragment-1 {
	background:transparent url(../images/switcher_1.jpg) no-repeat 0 0;
	height: 260px;
	padding: 10px;
}

#rotator #fragment-2 {
	background:transparent url(../images/switcher_2.jpg) no-repeat 0 0;
	padding:10px 10px 10px 10px;
}

#rotator #fragment-3 {
	background:transparent url(../images/switcher_3.jpg) no-repeat 0 0 ;
	padding:10px 10px 10px 10px;	
}

#rotator #fragment-4 {
	background:transparent url(../images/switcher_4.jpg) no-repeat 0 0 ;
	padding:10px 10px 10px 10px;
}
.clearer{
	clear:both;
}
