@charset "utf-8";
#makeMeScrollable {
	width:100%;
	height: 60px;			
	position: relative;
	margin-bottom:20px;
}
#makeMeScrollable .scrollableArea a {
	width: 234px;
	height:100%;
	position: relative;
	margin-right: 10px;
	display: block;
	float: left;
}
#makeMeScrollable .scrollableArea a span {
	display: block;
	text-align: center;
}
#makeMeScrollable .scrollableArea a:hover {
	text-decoration: none;
}