.contentHolder {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 1060px;
	height: 220px;
	overflow: hidden;
}

.contentHolder .content {
	width: 1060px;
	min-height: 220px;
	overflow: hidden;
	padding-bottom: 20px;
}

.spacer {
	text-align: center
}

.contentHolder .content a {
	display: block;
	width: 115px;
	height: 32px;
	float: left;
	border: 1px solid #1492ff;
	line-height: 32px;
	color: #333;
	margin-left: 15px;
	margin-top: 19px;
	background-color: #f7fbff;
}

.contentHolder .content a:hover {
	background-color: #1492ff;
	color: #fff;
}