#slider {
	display: block;
	height: 435px;
	/*background-color: #e8e8e8;*/
	margin:0px auto;
	min-width: 915px;
	padding: 0px;
	position: relative;
	width: 100%;
}
.slider_height {
	height: 435px;
	overflow:hidden;
}
.heroButton {
	height:435px;
	line-height:35px;
	display:block;
	position:absolute;
	top:0px;
	width:50%;
	z-index:15;
	cursor:pointer;
	opacity:0.6;
	filter: alpha(opacity='60');
}
.prev {
	text-align:right;
	right:49.99%;
	margin-right:434px;
	background:#333333 url("images/prev.png") no-repeat right 200px;
}
.next {
	text-align:left;
	left:50%;
	margin-left:385px;
	background:#333333 url("images/next.png") no-repeat left 200px;
}
.heroContainer {
	width:100%;
	height:435px;
	position:relative;
	overflow:hidden;
	
}
.rotator {
	display:block;
	height:435px;
	width:915px;
	left:50% !important;
	overflow:visible !important;
	margin-left:-434px;

}
.rotator li {
	height:435px;
	width:819px;
	position:relative;
}

/*
.rotator .pod282 {position:absolute;left:626px;top:26px;width:282px;z-index:10;visibility:visible;font-size:11px;margin:0 0 0 -10px;opacity:0.95;
filter: alpha(opacity='95');}
.rotator .pod282 .heading .links {font-weight:bold;}
.rotator .pod282 .content {background:#edede8;}
.rotator .pod282 .content p {padding:7px 16px;}
.rotator .pod282 .content p strong {display:block;color:#217BB1 !important;}
.rotator .pod282 .title {background:url(/content/images/site/hero_pod_top.png) no-repeat;}
.rotator .pod282 .component_button {border-top:1px solid #e0ded7;background:url(/content/images/site/hero_pod_bottom.png) no-repeat;height:24px;line-height:24px;padding:5px 15px 0;}
*/
