ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	border: 1px solid #DA5DE7;
	width: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box;
}
ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 0px ;
	height: 31px;
	line-height: 31px;
	border-left: none;
	font-weight: bold;
	overflow: hidden;
	position: relative;
	width: 25%;
	text-align: center;
}
ul.tabs li:hover {
	background: #663366;
}	
ul.tabs li.ui-tabs-selected{
	background: #663366;
	color: #fff;
}
ul.tabs li a {
	color: #000;
	text-decoration: none;
}
ul.tabs li.ui-tabs-selected a {
	color: #fff;
	text-decoration: none;
}
.tab_container {
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	height: 353px;
}
.tab_content {
	padding: 0px;
	font-size: 1.2em;
	display: none;
	margin-top: 10px;
}

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