#hero {
	margin: 0 auto;
	width: 81.4em;
	min-height: 184px;
	height: auto !important;
	height: 184px;
	border: 3px solid #fff;
	position: relative;
	z-index: 4999;	
}

#hero p {
	width: 200px;
	padding: 0 0 5px 0;
}

#hero h2, 
#hero h3 {
	margin: 0 0 0 15px;
	padding: 20px 0 0 0;
}
		
#hero h3 {
	margin: 0 0 0 15px;
	padding: 0;
}
	
#hero ul {
	margin: 0;
	padding: 0;
	width: 895px;
	min-height: 184px;
	height: auto !important;
	height: 184px;
	list-style-type: none;
}
	
#hero ul li#panel1 {
	background: url("/a/img/home/hero/heroBg1.jpg") repeat-x top left;
	margin-left: 0;
	width: 895px;
	height: 184px;	
}
	
#hero ul li#panel2 {
	background: url("/a/img/home/hero/heroBg3.gif") repeat-x top left;
	width: 895px;
	height: 184px;	
}

	#hero ul li#panel2 .col {
		float: left;
		width: 260px;
		margin: 10px 0 0 25px;
	}

		#hero ul li#panel2 .col h2 {
			color: #fff;
			text-transform: uppercase;
			font-family: Arial Black, arial, verdana, helvetica, sans-serif;
			font-style: italic;
			font-size: 2.2em;
			padding: 0;
			margin: 0;
		}
		
		#hero ul li#panel2 .col #myTeamSummary img,
		#hero ul li#panel2 .col #myTeamSummary h2,
		#hero ul li#panel2 .col #myTeamSummary p {
			float: left;
		}
		
		
		#hero ul li#panel2 .col #myTeamSummary img.png {
			float: left;
			position: relative !important;
			right: 0;
			top: 0;
			z-index: 100000;
		}

			#hero ul li#panel2 .col #myTeamSummary .avatarBg {
				width: 97px;
				height: 85px;
				float: left;
				background: url("/a/img/avatars/backgrounds/bg1.gif") no-repeat bottom center;
			}

		#hero ul li#panel2 .col #myTeamSummary h2 {
			background: url("/a/img/league/myTeamBg.gif") no-repeat top left;
			margin: 5px 0 0 0;
			display: block;
			height: 37px;
			line-height: 17px;
			width: 122px;
			padding: 1px 0 3px 15px;
			color: #000;
			text-transform: uppercase;
			font-family: Arial Black, arial, verdana, helvetica, sans-serif;
			font-style: italic;
			font-size: 1.2em;
		}

		#hero ul li#panel2 .col #myTeamSummary p {
			color: #898989;
			margin: 8px 0 0 10px;
			width: 12em;
		}

		#hero ul li#panel2 .col #myTeamSummary strong {
			color: #fff;
			clear: both;
			display: block;
			text-transform: uppercase;
		}
		
		#hero ul li#panel2 #latestMatchReports p {
			color: #898989;
			width: 260px;
			margin: 0 0 5px 0;
			padding: 0;
			clear: both;
		}
		
		#hero ul li#panel2 #latestMatchReports p.lmrPara {
			margin-top: 10px;
		}
		
		#hero ul li#panel2 #latestMatchReports p.lmrButton {
			margin-top: 5px;
		}
		
			#hero ul li#panel2 #latestMatchReports p span {
				float: left;
			}
			
			#hero ul li#panel2 #latestMatchReports p a.viewMore:link,
			#hero ul li#panel2 #latestMatchReports p a.viewMore:visited {
				float: right;
				color: #fff;
				text-transform: uppercase;
				font-family: Arial Black, arial, verdana, helvetica, sans-serif;
				font-style: italic;
				background: url("/a/img/home/hero/viewMoreButton.gif") no-repeat top left;
				display: block;
				width: 100px;
				line-height: 18px;
				padding-left: 8px;
				text-decoration: none;
			}
			
			#hero ul li#panel2 #latestMatchReports p a.viewMore:hover,
			#hero ul li#panel2 #latestMatchReports p a.viewMore:active {
				text-decoration: underline;
				color: #fff;
			}
		
		#hero ul li#panel2 #latestMatchReports ul {
			list-style-type: none;
			text-transform: uppercase;
			width: 260px;
			min-height: 115px !important;
			height: auto !important;
			height: 115px !important;
		}
		
			#hero ul li#panel2 #latestMatchReports ul p {
				margin: 0 0 3px 0;
				padding: 0;
				clear: both;
				display: block;
			}
		
			#hero ul li#panel2 #latestMatchReports ul li {
				width: 260px !important;
				padding: 5px 8px 2px 8px;
			}
			
			#hero ul li#panel2 #latestMatchReports ul li.odd {
				background: #1f1f1f;
			}
			
			#hero ul li#panel2 #latestMatchReports ul p a:link,
			#hero ul li#panel2 #latestMatchReports ul p a:visited {
				text-transform: uppercase;
				font-weight: bold;
				color: #fff;
				text-decoration: none;
			}
			
			#hero ul li#panel2 #latestMatchReports ul p.yourTeam a:link,
			#hero ul li#panel2 #latestMatchReports ul p.yourTeam a:visited {
				color: #bbee09;
			}
			
			#hero ul li#panel2 #latestMatchReports ul p a:hover,
			#hero ul li#panel2 #latestMatchReports ul p a:active {
				color: #fff;
				text-decoration: underline;
			}
			
			#hero ul li#panel2 #latestMatchReports ul p.yourTeam a:hover,
			#hero ul li#panel2 #latestMatchReports ul p.yourTeam a:active {
				color: #bbee09;
				text-decoration: underline;
			}
			
			#hero ul li#panel2 #latestMatchReports ul p span {
				float: left;
			}
			
			#hero ul li#panel2 #latestMatchReports ul p span.score {
				float: right;
			}

#hero ul li#panel3 {
	background: url("/a/img/home/hero/heroBg2.jpg") repeat-x top left;
	width: 895px;
	height: 184px;
}

#hero ul li#panel4 img,
#hero ul li#panel5 img,
#hero ul li#panel6 img,
#hero ul li#panel7 img,
#hero ul li#panel8 img,
#hero ul li#panel9 img,
#hero ul li#panel10 img {
	margin-left: 0;
}

#hero .png {
	z-index: 100000;
	float: right;
	position: absolute;
	top: -8px;
	right: -28px;
}
	
#hero a img {
	margin: 0 0 0 15px;
}

#newsCarousel {
	overflow: hidden;
	height: 75px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#newsCarousel li {
	width: 214px;
    height: 75px;
	margin: 0 auto;
}
