body { 
    margin: 10px;
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
	background:#283555;
}

a {
	border:none;
}

img {border:none;}

p.hover {
	color:#36ff00;
	font-size:11px;
	text-align:center;
}

p.copyright {
	color:#eaeaea;
	font-size:11px;
	text-align:center;
}

#wrapper {
    width: 980px;
	height:799px;
    margin: 0 auto;
	background:url(../i/sched_bg.png) no-repeat 0 18px;
}

#header div{
    width: 980px;
    margin: 0 auto;
	height:150px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 519px;
    width: 960px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    height: 519px;
    width: 960px;
}

.scrollContainer div#preseason {
    background:url(../i/pre_bg.jpg) no-repeat;
}

.scrollContainer div#september {
    background:url(../i/sept_bg.jpg) no-repeat;
}

.scrollContainer div#october {
    background:url(../i/oct_bg.jpg) no-repeat;
}

.scrollContainer div#november {
    background:url(../i/nov_bg.jpg) no-repeat;
}

.scrollContainer div#december {
    background:url(../i/dec_bg.jpg) no-repeat;
}

.scrollContainer div#january {
    background:url(../i/jan_bg.jpg) no-repeat;
}

ul.navigation {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #eaeaea;
    text-decoration: none;
}

ul.navigation a:hover {
	color:#36ff00;
}

ul.navigation a.selected {
	color:#36ff00;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

#one {
	position:relative;
	float:left;
	top: 110px;
	left: 30px;
	width:425px;
	height:110px;
	cursor:pointer;
}

.popup {
	position:absolute;
	z-index:50;
	opacity:0;
	display:none;
	-moz-opacity:0;
}

#two {
	position:relative;
	float:left;
	top: 110px;
	left: 80px;
	width:425px;
	height:110px;
	cursor:pointer;
}

#three {
	position:absolute;
	top: 240px;
	left: 270px;
	width:430px;
	height:110px;
	cursor:pointer;
}

#four {
	position:relative;
	float:left;
	top: 265px;
	left: 30px;
	width:425px;
	height:110px;
	cursor:pointer;
}

#five {
	position:relative;
	float:left;
	top: 265px;
	left: 80px;
	width:425px;
	height:110px;
	cursor:pointer;
}

#bye {
	position:relative;
	float:left;
	top: 220px;
	left: 80px;
	width:425px;
	height:160px;
	cursor:pointer;
}

.scores {
	color:#081828;
	width:100%;
	position:relative;
	top:120px;
	text-align:center;
}

.scores .leftScore {
	float:left;
	width:33%;
	font-size:200%;
}

.scores .recap a {
	position:relative;
	top:10px;
	color:#36FF00;
	float:left;
	width:34%;
	font-size:100%;
}

.scores .rightScore {
	float:left;
	width:33%;
	font-size:200%;
}
