
/*General settings*/

#featurewindow {
	width: 400px;
	height: 400px;
	overflow: hidden;	
	position: relative;
}

#featureslider {
	width: 400px;
	height: auto;
	position: relative;
}
#featureslider div.item {
	width: 400px;
	height: 400px;
}

.twitter { width: 300px; height: 30px; background-image: url('http://www.milesplit.us/images/buttons/twitter.png'); margin-bottom: 10px; margin-left: auto; margin-right: auto; }
.twitter span { display: block; padding-left: 110px; padding-top: 8px; font: bold 10pt Arial; }

/* Media Slider */

.scrollable {
	position:relative;
	overflow:hidden;
	width: 252px;
	height:200px;
	margin-top: 15px; margin-bottom: 10px;
}
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}
.items div { 
	float:left; 
	width: 252px;
	height: 200px;
}
.items div a { display: block; float: left; width: 126px; height: 90px; margin-bottom: 10px; margin-top: 10px; overflow: hidden; }
.items div a img { display: block; width: 120px; margin-left: auto; margin-right: auto; }
#media_scroll a.prev { width: 24px; height: 200px; float: left; background-image: url('http://cache.milesplit.com/images/icons/sweetie/24-arrow-previous.png'); background-repeat: no-repeat; background-position: center center; }
#media_scroll a.next { width: 24px; height: 200px; float: right; background-image: url('http://cache.milesplit.com/images/icons/sweetie/24-arrow-next.png'); background-repeat: no-repeat; background-position: center center; }
.tooltip {
	display:none;
	background:transparent url(http://cache.milesplit.com/images/tooltips/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}
