div#athletes-page {
	width: 962px;
	margin: 0 auto;
}

div#athletes-page div.gen-dark-grey {
	padding-top: 12px;
}

div#athletes-page div.gen-dark-grey div.gen-dark-grey-header {
	width: 962px;
}

div#athletes-page div#large-overlay {
	color: #FFFFFF;
	position: absolute;
	top: 75px;
	right: 43px;
	text-align: right;
}

div#athletes-page div#large-img {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

div#athletes-page div#large-img img {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

div#athletes-page div#large-overlay h1 {
	font-size: 40px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 40px;
}


div#athletes-page div#large-overlay h2 {
	font-size: 15px;
	margin-bottom: 2px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 15px;
}
div#athletes-page div#carousel-area {
	padding: 0;
	margin: 0;
	width: 962px;
	/*height: 795px;*/
	background: #010101 url(../img/athletes-bg.gif) repeat-x;
	vertical-align: top;
}



div#athletes-page .infiniteCarousel{
	position:relative;
	width:962px;
	margin-top:0;
}
div#athletes-page .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 .wrapper {
  width: 890px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 250px;
  margin: 0 0 0 35px;
  position: absolute;
}

div#athletes-page div#carousel-area ul.carousel-list li {
	height:200px;
	width:290px;
	display: block;
	margin:0;
	padding:0 4px;
	float:left;
}
div#athletes-page div#carousel-area ul.carousel-list li div{
	height:200px;
	width:290px;
}

div#athletes-page div#carousel-area ul.carousel-list li h1{
	color:#fff2bb;
	font-weight:bold;
	font-size:15px;
	line-height:22px;
}
div#athletes-page div#carousel-area ul.carousel-list li h2 {
	color:#fff;
	font-weight:normal;
	font-size:12px;
}

div#athletes-page div#carousel-area ul.carousel-list img {
	padding: 1px;
	margin: 0px;
	border: 1px solid #333333;
}

div#athletes-page div#carousel-area a.forward,div#carousel-area a.back {
	background: red;
	width: 15px;
	height: 31px;
	position:absolute;
	top:60px;
	display:block;
	text-decoration:none;
	background: url(../img/nav-items.gif) no-repeat 0 -321px;
	overflow: hidden;
	text-indent: -99999px;
}
div#athletes-page div#carousel-area a.back{
	left:12px;
	background-position: 0 -321px;
}
div#athletes-page div#carousel-area a.forward{
	right:12px;
	background-position: 0 -352px;
}

div#athletes-page div#carousel-area div.carousel{
	position:relative;
}
div#athletes-page div#carousel-area div.single-carousel{
	position:relative;
	height:250px;
	margin-bottom: 16px;
}
