body{
background: url("images/background_tile.gif") repeat-x scroll left top #CCCCCC;
}
#content-wrap{
background-color: #384D5E;
width: 980px;
padding: 10px;
}
#content{
width: 980px;
}
#video{
width:620px;
background: #FFF;
padding: 3px 0px 3px 3px;
float: left;
}
#recent ul h3{
display: none;
}
#sportsnav{
margin:0 auto 18px;
width:980px;
padding-top:0px;
}

#sportsnav ul
{
padding-top: 0;
margin-top: 0;
padding-left: 0;
margin-left: 0;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}
#sportsnav ul li { 
display: inline; 
line-height:50px;
}
#sportsnav ul li a
{

margin-right: 5px;
padding: none;
text-decoration: none;
float: left;
text-indent:-9009px;
display:block;
width: 51px;
height: 50px;
}
.nav{

}
#mlb a{
	background: url('images/new-nav.png') no-repeat -3px 0px;
}
#mlb a:hover{
	background: url('images/new-nav.png') no-repeat -3px -46px;
}
#nba a{
	background: url('images/new-nav.png') no-repeat -63px 0px;
}
#nba a:hover{
	background: url('images/new-nav.png') no-repeat -63px -46px;
}
#nfl a{
	background: url('images/new-nav.png') no-repeat -122px 0px;
}
#nfl a:hover{
	background: url('images/new-nav.png') no-repeat -122px -46px;
}
#vdo a{
	background: url('images/new-nav.png') no-repeat -182px 0px;
}
#vdo a:hover{
	background: url('images/new-nav.png') no-repeat -182px -46px;
}
#chat a{
	background: url('images/new-nav.png') no-repeat -242px 0px;
}
#chat a:hover{
	background: url('images/new-nav.png') no-repeat -242px -46px;
}
#download a{
	background: url('images/new-nav.png') no-repeat -302px 0px;
}
#download a:hover{
	background: url('images/new-nav.png') no-repeat -302px -46px;
}
#podcast a{
	background: url('images/new-nav.png') no-repeat -361px 0px;
}
#podcast a:hover{
	background: url('images/new-nav.png') no-repeat -361px -46px;
}
#pastshow a{
	background: url('images/new-nav.png') no-repeat -422px 0px;
}
#pastshow a:hover{
	background: url('images/new-nav.png') no-repeat -422px -46px;
}
#girls a{
	background: url('images/new-nav.png') no-repeat -482px 0px;
}
#girls a:hover{
	background: url('images/new-nav.png') no-repeat -482px -46px;
}
#odds a{
	background: url('images/new-nav.png') no-repeat -544px 0px;
}
#odds a:hover{
	background: url('images/new-nav.png') no-repeat -544px -46px;
}
#home a{
	background: url('images/new-nav.png') no-repeat -608px 0px;
}
#home a:hover{
	background: url('images/new-nav.png') no-repeat -608px -46px;
}
#mma a{
	background: url('images/new-nav.png') no-repeat -731px 0px;
}
#mma a:hover{
	background: url('images/new-nav.png') no-repeat -731px -46px;
}
#live a{
	background: url('images/new-nav.png') no-repeat -670px 0px;
}
#live a:hover{
	background: url('images/new-nav.png') no-repeat -670px -46px;
}
#pick a{
	background: url('images/new-nav.png') no-repeat -791px 0px;
}
#pick a:hover{
	background: url('images/new-nav.png') no-repeat -791px -46px;
}
#contest a{
        background: url('images/new-nav.png') no-repeat -853px 0px;
}
#contest a:hover{
        background: url('images/new-nav.png') no-repeat -853px -46px;
}

#twitter{
height: 200px;
overflow-x: hidden;
overflow-y: scroll;
}
#twitter ul{
color:#53616A;
font: 11px;
list-style-image:url('images/t-bullet.gif');
list-style-position:outside;
margin-left: 30px;
}
#whotheman ul{
color:#53616A;
font: 11px;
list-style-image:url('images/vs.ico');
list-style-position:outside;
margin-left: 30px;
}

.datetime{
color:#ccc;
}
#footer{
width:980px;
padding: 10px;
margin: 0px auto;
}

#header{
background-color: #F0F0F0;
}
#sportnews ul{
list-style-image:url('images/arrow-bullet.gif');
list-style-position:outside;
margin-left: 25px;
}
#sportnews ul li{
margin-bottom: 10px;
}
#sportnews a {
color:#36C;
}
#sportnews br{
line-height:0px;
}
#sportnews h3{
color:#36C;
font-size: 110%;
padding-bottom:2px;
}


ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 22px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 21px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { 
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
	border: 1px solid #999;	
	height: 100px;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding:4px 2px;
	font-size: 1.2em;
}
.result{
postion: relative;
float:left;
border: 1px solid #000;
margin-right: 3px;
font-size: 14px;
width: 100%;
height:80px;
}
.result .date{
background-color: #CCC;
color: #333;
font-weight:bold;
}
.result > div{
padding: 2px 8px;
}
#scoreboard{
float:left;
margin-bottom: 10px;
display:block;
width:670px;
}

.infiniteCarousel {
  width: 665px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 587px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  font-size: 10px;
  display:block;
  float:left;
  padding: 10px 12px 10px 1px;
  height: 80px;
  width: 135px;
}
.infiniteCarousel ul li div{
display:block;
}
.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 22px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}



