.home #flavor {
	height: 260px;
	top: 108px;
	background: #fff;
	border-top: 5px solid #757aa7;
}
.home #inner_wrapper {margin-top: 425px;}
* html .home #flavor {height: 224px;}
.front_page #flavor {

}
#MainRotator {
	height: 260px;
	width: 980px;
	overflow: hidden;
	display: block;
	background: #fff;
	
}
#MainRotator .container {
	height: 260px;
	width: 980px;
	overflow: hidden;
	top: 0;
	z-index: 99;
	display:none;
	position: relative;
	position: absolute;
	background: #fff;
}
#MainRotator .container span{
	display:none;
}
#MainRotator #MainRotatorNavigation {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 980px;
	z-index: 9999;
	position: relative;
	top: 230px;

}
#MainRotator #MainRotatorNavigation li {
	list-style-type: none;
	display: block;
	float: left;
}
#MainRotator #MainRotatorNavigation li a {
	width: 207px;
	width: 196px;
	display: block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 80%;
	
	background-color: none;
	color: #FFF;
	background: url(images/front_tab.png) bottom left no-repeat;
	cursor: pointer;
}
#MainRotator #MainRotatorNavigation li a.active {
	background-color: none!important;
	background: url(images/front_tab.png) top left no-repeat;
}
#MainRotator #LoadingImage {
	height: 260px;
	width: 980px;
	z-index: 999999;
	
	overflow: hidden;
	position: absolute;
}
#MainRotator #LoadingImage img,
#MainRotator #LoadingImageSpin img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#MainRotator #LoadingImageSpin {
	position: absolute;
	bottom: 0;
	z-index: 999999;
	width: 980px;
	height: 32px;
}



#MainRotator #MainRotatorNavigation li img {	
	display:none;
}
#Hidden .container .slide {
}

* html #MainRotator #MainRotatorNavigation li a {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/centene/images/ie6_front_tab_unactive.png", sizingMethod="image");
	
}
* html #MainRotator #MainRotatorNavigation li a.active {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/centene/images/ie6_front_tab_active.png", sizingMethod="image");
	
}