.tabs_container {
	margin: 0px;
	padding: 0px;
	display: block;
	clear:both;
}
.tabs_container ul {
	margin-top: 5px;
	margin-bottom: -5px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	display: block;
}
.tabs_container ul li {
	display: block;
	float: left;
	height: auto;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	width: auto;
}
.tabs_container ul li a {
	background: transparent url(/images/right_on.jpg) no-repeat scroll right top;
	color: #ffffff;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding-right: 10px;
	white-space: nowrap;
}
.tabs_container ul li a.selected_1 {
	background: transparent url(/images/right_on.jpg) no-repeat scroll right top;
	color:#FFFFFF;
}
.tabs_container ul li a.selected_2 {
	background: transparent url(/images/right_off.jpg) no-repeat scroll right top;
	color:#000000;
}
.tabs_container ul li a.selected_3 {
	background: transparent url(/images/right_off.jpg) no-repeat scroll right top;
	color:#000000;
}
.tabs_container ul li a span {
	background: transparent url(/images/left_off.jpg) no-repeat scroll left top;
	display: block;
    line-height: 10px;
    padding: 5px 0 5px 10px;
}
.tabs_container ul li a.selected_1 span {
	background: transparent url(/images/left_on.jpg) no-repeat scroll left top;
}
.tabs_container ul li a.selected_2 span {
	background: transparent url(/images/left_off.jpg) no-repeat scroll left top;
}
.tabs_container ul li a.selected_3 span {
	background: transparent url(/images/left_off.jpg) no-repeat scroll left top;
}
.tabs_container ul li a:active,
.tabs_container ul li a:active.selected_1,
.tabs_container ul li a:active.selected_2
{
	outline: none;
}
.season_container_1 {
 	background-color: #ffffff; 
	clear: both;
	margin-left: 0px;
	margin-right: 0px;
	width: auto;
}
.season_container_2 {
	background-color: #ffffff;
	clear: both;
	margin-left: 0px;
	margin-right: 0px;
	width: auto;
}
.season_container_3 {
	background-color: #ffffff;
	clear: both;
	margin-left: 0px;
	margin-right: 0px;
	width: auto;
}