#worldseries {
	position: relative;
	width: 617px;
}



/* ========== SEASONS MENU ========== */


#worldseries #season {
	top: 0px;
	left: 0px;
	background-color: #060605;
	width: 617px;
	z-index: 1000;
	text-align: center;
	position: relative;
}

#worldseries #season ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#worldseries #season ul li {
	position: relative;
	display: inline-block;
	margin: 20px 10px;
	width: 75px;
	border: 0px;
	zoom:1;
	*display:inline;
}

#worldseries #season ul li a {
	background-color: black;
	text-align: center;
	margin: 0px;
	color: white;
	font-size: 24px;
	line-height: 24px;
	font-family: Georgia, Times, serif;
	text-decoration: none;
	width: 75px;
	border: 0px;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	-transition: color 0.2s ease;
}

#worldseries #season ul li a img {
	width: 75px;
	border: 0px;
	-webkit-transition: -webkit-transform 0.2s ease;
	-moz-transition: -moz-transform 0.2s ease;
	-o-transition: -o-transform 0.2s ease;
	transition: transform 0.2s ease;
	margin-bottom: 10px;
}

#worldseries #season ul li a:hover {
	color: #e00;
}

#worldseries #season ul li a:hover img {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	-transform: scale(1.25);
}

#worldseries #season select {
	position: absolute;
	top: 0px;
	left: 550px;
}

#worldseries #season h2 {
	font-family: georgia, times, serif;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	width: 90%;
	color: white;
	font-weight: normal;
	margin: 0px auto 10px auto;
	padding: 10px 0px 0px 0px;
}




/* ========== POPUP ========== */


#thePopup {
	background-color: black;
	padding: 25px;
	width: 856px;
	height: 700px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 24px black;
	-webkit-box-shadow: 1px 1px 24px black;
	box-shadow: 1px 1px 24px black;
	z-index: 2147483647;
}

#popContent {
	position: relative;
	z-index: 2147483647;
}


.bClose {position:absolute; right:15px; top:10px; cursor:pointer; font-weight:bold; color:white;}


#popContent .theSeries {
	position: relative;
	top: 0px;
	left: 0px;
}

/* ---------- SERIES TITLE ---------- */

#popContent .theSeries .seriesTitle {
	position: relative;
	top: 0px;
	left: 0px;
	width: 856px;
	height: 60px;
	font-family: georgia, times, serif;
	color: #aaa;
}

#popContent .theSeries .seriesTitle h1 {
	position: absolute;
	top: 0px;	
	left: 0px;
	font-size: 96px;
	color: white;
}

#popContent .theSeries .seriesTitle ul {
	position: absolute;
	top: 10px;
	left: 250px;
	font-size: 24px;
	line-height: 20px;
}

#popContent .theSeries .seriesTitle ul li { 
	display: block; 
	float: left;
	margin-right: 25px;
	text-decoration: underline; 
	background-color: #111;
	border: 2px solid black;
	padding: 8px;
}

#popContent .theSeries .seriesTitle ul li:hover {
	text-decoration: none; 
	color: #f00; 
	background-color: #333;
}
#popContent .theSeries .seriesTitle ul li.selected { 
	text-decoration: none; 
	color: white; 
	background-color: #333;
}

#popContent .theSeries .seriesTitle img.seriesTitleRing {
	display: block;
	position: absolute;
	top: 0px;	
	left: 750px;
	width: 70px;

}


/* ---------- SERIES RECAP ---------- */

#popContent .theSeries .seriesRecap {
	position: relative;
}

#popContent .theSeries .seriesRecap > ul {
	position: relative;
	top: 0px;
	left: 0px;
	width: 856px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

#popContent .theSeries .seriesRecap > ul li:first-child {
	border-left: 2px solid black;
}

#popContent .theSeries .seriesRecap > ul li {
	float: left;
	width: 120px;
	font-family: georgia, times, serif;
	background-color: #222;
	margin: 0px;
	padding: 0px;
	border-right: 2px solid black;
	text-align: center;
	color: #aaa;
	opacity: 0.5;
}

#popContent .theSeries .seriesRecap > ul li.win {
/*	background-color: #333;
	color: #caa;
*/
opacity: 1;
}
#popContent .theSeries .seriesRecap > ul li.win p b {
/*	color: #e33; */
}


#popContent .theSeries .seriesRecap > ul li h4 {
	margin: 10px 10px 15px 10px ;
	padding: 0px;
	font-size: 36px;
	line-height: 36px;
}

#popContent .theSeries .seriesRecap > ul li p {
	margin: 0px 10px 6px 10px;
	padding: 0px;
	font-size: 12px;
	line-height: 24px;
}

#popContent .theSeries .seriesRecap > ul li p b {
	color: white;
	font-weight: normal;
}

#popContent .theSeries .seriesRecap > ul li p.score {
	font-size: 18px;
}

#popContent .theSeries .seriesRecap .seriesSummary p {
	margin-top: 25px;
	margin-bottom: 10px;
	color: #aaa;
	font-family: georgia, times, serif;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
}



/* ---------- SERIES PHOTOS / VIDEOS ---------- */


#popContent .theSeries .seriesPhoto ul, #popContent .seriesVideo ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 856px;
	text-align: center;
}

#popContent .theSeries .seriesPhoto ul li {
	position: absolute;
	width: 856px;
	top: 25px;
	left: 0px;
	margin: 0px auto;
	padding: 0px;
	display: none;
}


/* Videos have set width of 600px, so we can use units to center them */
#popContent .theSeries .seriesVideo ul li {
	position: absolute;
	width: 856px;
	top: 25px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	display: none;
}


#popContent .theSeries .seriesPhoto ul li img {
	display: block;
	margin: 0px auto;
}

#popContent .theSeries .seriesVideo ul li object, #popContent .theSeries .seriesVideo ul li object embed {
	z-index: 2147483647;
}


#popContent .theSeries .seriesPhoto ul li p, #popContent .theSeries .seriesVideo ul li p {
	margin-top: 10px;
	color: white;
}


#popContent .controls {
	display: none;
}

#popContent .controls img {
	display: block;
	position: absolute;
	top: 300px;
	opacity: 0.8;
	width: 50px;
	height: 50px;
	background-color: #777;
	background: rgba(200,200,200,0.6); 
	cursor: hand;
	cursor: pointer;
	}
0
#popContent .prevPhoto  { left: 0px; }
#popContent .nextPhoto  { right: 0px; }

#popContent .controls img:hover { 
	opacity: 1; 
	background-color: #fff;
	background: rgba(255,255,255,1); 
	}





html body #blox-wrapper {
	overflow: visible;
}




