/*** banner ***/
#banners {
	position: relative;
	/*height: 434px;*/
	height: 470px;
}
#banners_screen {
	position: absolute;
	top: -33px;
	height: 500px;
	overflow: hidden;
}
#banners_like {
	position: absolute;
	top: 20px;
	right: 18px;
	z-index: 3;	
	background: #fff;
	height: 23px;
	padding: 4px 0;
}

#banners_like span {
	margin: 0 4px;
}
#banners_likebox {
	position: absolute;
	top: 20px;
	right: 128px;
	z-index: 4;
	width:250px;
	background: #fff;
}

/*** rotator ***/
#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;
}

/*** videos ***/
#videos {
}

#videos_screen {
	width: 520px;
	height: 317px;
	margin-bottom: 4px;
}

#videos_nav {
	list-style: none;
	float: right;
}
#videos_nav li {
	float: left;
	margin-left: 4px;
}
#videos_nav a {
	display: block;
	border: 1px solid #555555;
	width: 30px;
	padding: 4px 0;
	color: #cccccc;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#videos_nav a.active {
	color: #be4545;
}
#videos_nav a:focus {
	outline: none;
}

#videos_caption {
	padding-top: 2px;
}
#videos_caption a {
	color: #bcbcbc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

/*** whatsnew ***/
#whatsnew {
}
#whatsnew_items {
	margin: 20px 40px 0 10px;	
	color: #8497a3;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#whatsnew_items .whatsnew_item td {
}
#whatsnew_items .whatsnew_item_icon {
	padding: 6px 12px 2px 0;
}
#whatsnew_items .whatsnew_item a {
	color: #5b99d7;
}

