
	
.rotating-tabs {
	background: #8FABBF;
	float: left;
	height: 330px;
	margin: 0 0 0;	
	overflow: hidden;	
	padding: 0;
	position: relative;
	width: 450px;	
}

.rotating-tabs .features {
	height: 298px;
	overflow: hidden;
	width: 450px;	
}

	/* #feature1 div.banner-text {
		right: 0;
		top: 20px;
	}
	
	#feature2 div.banner-text {
		right: 0;
		top: 20px;
	}
	
	#feature3 div.banner-text {
		right: 0;
		top: 20px;
	}
	
	#feature4 div.banner-text {
		right: 0;
		top: 45px;
		width: 200px;
	}

	#feature5 div.banner-text {
		right: 0;
		top: 45px;
		width: 200px;
	}

	#feature6 div.banner-text {
		right: 0;
		top: 45px;
		width: 200px;
	} */
		
	.feature {
		clear: both;
		position: relative;
		width: 450px;		
	}
	
		.feature a.banner-image img {
			border: 0;
			height: 198px;
			width: 450px;
	}
		
		.feature div.banner-text {
			line-height: 1.5;
			margin: 0;			
			padding: 0px 0px 0px 0px;
			position: absolute;
			right: 0;
			top: 335px;
			width: 450px;
		}
		
		#feature1 div.banner-text {
			top: 260px;
			left: 20px;
		}

		#feature2 div.banner-text {
			top: 260px;
			left: 20px;
		}
		
		#feature3 div.banner-text {
			top: 260px;
			left: 20px;
		}
		
		#feature4 div.banner-text {
			top: 260px;
			left: 20px;
			
		}

		#feature5 div.banner-text {
			top: 260px;
			left: 20px;
			
		}

		#feature6 div.banner-text {
			top: 260px;
			left: 20px;
			
		}

		#feature7 div.banner-text {
			top: 260px;
			left: 20px;
			
		}
			.feature div.banner-text img {
				border: 0;
				clear: both;
				margin: 0 10px 0 0;
				padding: 0;				
			}				
				
			.feature div.banner-text h2 {
				font-weight: bold;
				color: #ffffff;
				font-size: 1.42em;
				text-decoration: none;	
				background: none;
				letter-spacing: normal;
				margin: 0 0 0.75em;
				padding: 0;
			}
			
				.feature div.banner-text h2 a {
					color: #fff;
					text-decoration: none;					
				}
				
				.feature div.banner-text h2 a:focus,
				.feature div.banner-text h2 a:hover {
					border-bottom: 1px solid #ccc;
					color: #ccc;					
				}
				
			.feature div.banner-text p {
				bottom: 0;
				clear: both;
				color: #fff;
				font-size: 1.17em;
				margin: 0 0 1em;
				padding: 0;				
			}
			
				.feature div.banner-text p a {
					color: #fff;
					text-decoration: none;					
				}
				
				.feature div.banner-text p a:focus,
				.feature div.banner-text p a:hover {
					border-bottom: 1px solid #ccc;
					color: #ccc;					
				}
				

/*	Main feature tabs
	------------------------  */

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

.rotating-tabs ul {
    background: #4F776C;
    font-weight: bold;
    left: 0;
    list-style-type: none;
    margin: 0;	
	overflow: hidden;
	padding: 0;	
	top: 240px;	
	width: 450px;
	min-height: 20px;
}

	.rotating-tabs li {
		border: 1px solid #4F776C;
		float: left;		
		text-align: center;
		width: 60px;
	}
	
	.rotating-tabs li.first {
		border: 0;
		width: 63px;
	}

		.rotating-tabs li.first a {
			width: 100%;
		}

		.rotating-tabs li a {			
			color: #fff;
			display: block;
			margin: 0;
			padding: 4px 0 4px;			
			text-decoration: none;			
			width: 100%;
		}

		.rotating-tabs li a:focus,
		.rotating-tabs li a:hover {
			background: #E2E9EF;
			color: #000;
			outline: 1;
		}

		.rotating-tabs .ui-tabs-selected a,
		.rotating-tabs .ui-tabs-selected a:focus,
		.rotating-tabs .ui-tabs-selected a:hover {
			background: #E2E9EF;
			color: #000;			
		}
		


