#sliderWrapper {
    width: 980px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}



#slider {
    width: 930px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 184px;
    width: 930px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 10px;
    height: 164px;
    width: 916px;
}


ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 82px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

/*image box*/
.boxContainer {
	width:222px;
	height:164px;
	float:left;
}
.boxLeftSide {
float:left;
width:104px;
height:164px;
} 
.boxRightSide {
	float:left;
	width:113px;
	height:119px;
	background-image:url(../images/codaslider/bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#7d7d7d;
	padding-top:45px;
	padding-left:5px;
} 
.athleteFirstName {
font-size:18px;
color:#dc161d;
}
.athleteLastName {
font-size:18px;
color:#dc161d;
}
.boxImage {
	width:104px;
	height:121px;
	border:0px;
	margin:0px;
	padding:0px;
	clear:both;
}
a.boxBtn {
	width:104px;
	height:43px;
	display:block;
	margin:0px;
	padding:0px;
	background-position:0 0;
	background-repeat:no-repeat;
	background: url(../images/codaslider/btn_bio.gif);
	clear:both;
}
a.boxBtn:hover {
	background-position:0 -43px;
}
.blueBg {
	width:925px;
	padding-left:10px;
	background-color:#7dcff0;
	height:auto;
	zoom:1;
}
.blueBgTop {
	width:935px;
	height:6px;
	background-image: url(../images/codaslider/bluebg_top.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
.blueBgBtm {
	width:935px;
	height:6px;
	background-image: url(../images/codaslider/bluebg_btm.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	clear:left;
}
blueBgTitle {
	width:915px;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	border-bottom:2px solid #c7e8f6;
	padding:0px 0px 5px 0px;
	margin-bottom:10px;
	text-align:center;
}
