
/**
 *	@section	rebounds
 */
#rebounds {
	clear:both;
	margin:42px 0 60px 0;
	border-top:1px solid #efefef;
	border-bottom:1px solid #d6d6d6;
	background:#f9f9f9;
}
#rebounds-inner {
	margin:0 auto;
	width:950px;
}
#rebounds .title {
	color:#000;
	font:normal 1.5em/1.25 'Source sans Pro', Arial, sans-serif;
	text-transform:uppercase;
}
#rebounds .title strong {
	display:block;
	font-weight:normal;
	color:#e9041e;
}

#rebounds ul {
	padding-left:0;
	margin-bottom:1em;
	list-style:none;
}
#rebounds li {
	float:left;
	padding:0 10px; border-right:1px solid #d6d6d6;
	width:140px;
}
#rebounds li:first-child {
	padding-left:25px; border-left:5px solid #e9041e;
}

#rebounds li a {
	display:block;
	min-height:4.5em;
	color:#262626;
}
#rebounds li p {font-size:.75em;}
