<style type="text/css">

#rotator {
	width:580px;
	background:#FFF;
	color:#000;
	position:relative;
	padding-bottom:0;
	margin:0; 
}

/* Tabs */
ul.ui-tabs-nav, li.ui-tabs-nav-item, li.ui-tabs-nav-item a:link, li.ui-tabs-nav-item a:visited {
	text-decoration:none;
	font-size:100%;
	list-style:none;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
/*
ul.ui-tabs-nav {
	width:115px;
	/*background:#000 url(images/uiactivetabbg.gif) repeat-x bottom left; 
	border-top:1px solid #FFF;*/
	float:left;
	height:5px;
	padding:0 0 0 480px;
}
*/
ul.ui-tabs-nav {
	position:relative;
	bottom:0px;
	left:0;
	z-index:1;
	width:505px;
	/* background:#FFF url(images/uiactivetabbg.gif) repeat-x bottom left; 
	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:#fff;
	background:url(images/uiactivetabbg.png) no-repeat bottom left; 
}

/* Hovered Tab */
#rotator .ui-tabs-nav-item a:hover,
#rotator .ui-tabs-nav-item a:active {
	background:url(images/uitabsbg.png) no-repeat bottom left;
	color:#cc0000;
}

#rotator .ui-tabs-nav-item a span {
	float:left; 
	cursor:pointer;
	width:20px;
	height:15px;
	margin:0px 2px 0 0;
	text-align:center;
	line-height:15px;
}

/* 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: url(images/uitabsbg.png) no-repeat bottom left;
	color:#cc0000;
}

/* Content Panels */
#rotator .ui-tabs-panel {
	font-family:Arial, Helvetica, sans-serif;
	clear:left;
	color:#000;
	padding:10px 0px 15px 15px;
	width:875px;
	height:215px;
}

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

#rotator h2 {
	color:#CC3300;
	font-weight:bold;
	margin:0;
	font-size:14px;
	line-height:1.3em;
}

#rotator p {
	font-size: 11px;
	margin:.5em 0;
	color:#333;
}

#rotator .btn_get_started {
	float:left;
	height:15px;
	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:15px;
	font-size:.9em;
	
}

.angka{
	float:left;
	width:20px;
	height:15px;
	text-align:center;
}


</style>
