.focus {
	position: relative;
	float: left;
	width: 960px;
	height: 467px;
	margin: 0 -209px 0 0;
	/*background: url(/rotator/home/random);*/
}

.focusnav {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 0;
	font: normal 11px/20px 'Lucida Grande', 'Lucida Sans Unicode', Lucida, sans-serif;
	z-index: 2;
}
	.focusnav a {
		float: left;
		display: block;
		padding: 0;
		color: #fff;
		background-image: url(/images/sprite-home-pagination.png);
	}
	.focusnav a[rel="next"], 
	.focusnav a[rel="previous"] {
		width: 23px;
		height: 22px;
		text-indent: -2000em;
	}
	.focusnav a[rel="next"] {
		background-position: -75px 0;
	}
	.focusnav a[rel="previous"] {
		background-position: 0 0;
	}
	.focusnav ol {
		float: left;
		display: block;
		padding: 0 2px 0 0;
		list-style-type: none;
		overflow: hidden;
	}
	.focusnav li {
		float: left;
		display: block;
		min-width: 1.5em;
		height: 22px;
		padding: 0 0 0 2px;
		background: url(/images/sprite-home-pagination.png) no-repeat 0 -58px;
	}
	.focusnav li a {
		width: 16px;
		color: #fff;
		background-position: -52px 0;
		text-align: center;
	}
	.focusnav li a:hover,
	.focusnav li a:active,
	.focusnav li a:focus,
	.focusnav li .current {
		background-position: -31px 0;
	}
.sidenav {
	position: relative;
	min-height: 419px;
}

.focus2, .focus3
{
	position: absolute;
	display: block;
	width: 960px;
	height: 467px;
	top: 0; left: 0;
}

.tf_upfront_badge
{
	color: #4a4949;
}