.loading {
	display: block;
	background:#fff url(../img/loading.gif);
	width:32px;
	height:32px;
	margin-left:-16px;
	margin-top:-16px;
	border-radius:16px;
	border:2px solid #333;
}
.tiles-item .caption {
	background:rgba(255, 128, 0, 0.6);
	background: url('../images/background-tile.png') no-repeat center center;
	opacity: 0.9;
	background
	color:#fff;
	font-size:12px;	
	cursor:pointer;
}
.tiles-item .caption span.captiontitle {
	width:100%;
	display: block;
	padding: 0.5rem;
	margin:1rem 0;
	text-align:center;
	font-style:italic;
	text-transform:uppercase;
	color:#fff;
	font-size: 24px;
	font-weight: normal;
}

.tiles-item .caption span.bike,
.tiles-item .caption span.color,
.tiles-item .caption span.more,
.tiles-item .caption span.moreofthis{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width:100%;
	display:block;
	padding-left:10px;
}

span a {
	text-decoration:underline; }
	
.tiles img {
	display: none;
}

.tiles {
	max-width:1000px;
	margin:0 auto;
	
}