/* rotating features */
#feature_content {
	position: relative;
	overflow: hidden;
}
#feature1 {
	position: absolute;
	height: 472px;
	width: 100%;	
	top: 0;
	left: 0px;
	z-index: 10;
}

#feature2 {
	position: absolute;
	height: 472px;
	width: 100%;	
	top: 0;
	left: 1100px;
	z-index: 11;
}

#feature3 {
	position: absolute;
	height: 472px;
	width: 100%;	
	top: 0;
	left: 1100px;
	z-index: 12;
}

#feature4 {
	position: absolute;
	height: 472px;
	width: 100%;	
	top: 0;
	left: 1100px;
	z-index: 13;
}

#feature5 {
	position: absolute;
	height: 472px;
	width: 100%;	
	top: 0;
	left: 1100px;
	z-index: 14;
}

#buttons  {
	position: absolute;
	top: 420px;
	left: 118px;
	z-index: 20;
	width: 280px;
}

div.button {
	float: left;
	border: 1px solid #fff;
	width: 30px;
	height: 24px;
	margin-right: 6px;
        padding-top: 6px;
}

div.arrow {
	border: 0;
	padding-top: 0;
}

div.button a {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}

#button1 {
	background-color: #00547E;
}

