/* moved to home.css */
#rotator {
	position: relative;
}

.rotator_nav {
	position: absolute;
	top: 0;
	width: 40px;
	height: 220px;
	text-align: center;
}
.rotator_nav:focus {
	outline: none;
}
.rotator_nav img {
	margin-top: 116px;
}

#rotator_prev {
	left: 0;
}
#rotator_next {
	right: 0;
}

#rotator_screen {
	/*
	margin: 0 auto;
	width: 920px;
	*/
	width: 1000px;
	height: 220px;
	overflow: hidden;
}

#rotator_items {
	width: 5000px;	
}

.rotator_item {
	float: left;
	width: 1000px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
.rotator_item_banner {
	float: right;
	margin-left: 30px;
	margin-right: 40px;
}
.rotator_item_text {
	padding-left: 45px;
}
.rotator_item_text h2 {
	margin: 20px 0;
	font-style: normal;
	font-size: 20px;
	text-transform: none;
}
.rotator_item_text a {
	color: #8497a3;
	font-weight: normal;	
}
.rotator_item_links {
	list-style: none;
}
.rotator_item_links li {
	float: left;
	margin-right: 16px;
	line-height: 12px;
}
.rotator_item_links a {
	font-size: 12px;
	font-weight: normal;
	color: #8497a3;	
	text-transform: uppercase;
}
