.tv_selection {
	position: relative;
	overflow: hidden;
	float: left;
	width: 700px;
	margin: 0 0 25px 0;
}


.tv_selection .jFlowPrev {
	position: absolute;
	top: 0;
	left: 0;
	top:75px;
	z-index: 2;
	text-indent: -9999em;
	width: 27px;
	height: 80px;
	float:right;
	background: url(../images/tv_selection_back.png) no-repeat 0 0;
}


.tv_selection .jFlowNext  {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	top:75px;
	text-indent: -9999em;
	width: 27px;
	height: 80px;
	float:right;
	background: url(../images/tv_selection_next.png) no-repeat 0 0;
	
}

.tv_selection .back a {
	
}

.tv_selection img {
	float: left;
	width: 380px;
	height: 200px; 
	border: 0;
	background: black; 
}

.tv_selection li h1 {
	padding: 0;
	color: #fff;
	margin-top: 16px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 390px;
	letter-spacing: -1px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	line-height: 1.1em;
	font-weight: normal;
	font-variant: normal;
}

.tv_selection li h2 {
	color: #fff;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 390px;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	line-height: 1.1em;
	font-weight: normal;
	font-variant: normal;
}
.tv_selection_info p{
	margin: -3px 0 0 390px;
	padding: 0;
	font: normal .85em/1.3em Arial, Helvetica, sans-serif;
	color: #fff;
	}
.tv_selection li p {
	width:270px;
	margin: -3px 0 0 390px;
	padding: 0;
	font: normal .85em/1.3em Arial, Helvetica, sans-serif;
	color: #fff;
}

.tv_selection ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	background: url(../images/tv_selection_bg.gif) repeat-x 0 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}

.tv_selection li {
	float: left;
	display: inline;
	width: 700px; 
	height: 200px;
}

.tv_selection .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}

.tv_selection .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
	display: none;
}


