

.interact {
	border-top: 1px solid #ccc;
	margin-top: 3em;
	margin-bottom: 4em;
	padding-top: 1.5em;
	text-align: center;
}

.interact a {
	background-color: #2179b6;
	border-bottom: 1px solid #084d7d;
	color: #eee;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, sans-serif;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none;
	padding: 8px 14px;
	margin: 0 1em;
}

	.interact p {
		font-style: italic;
		color: #666;
	}

.return {
	font-size: 1.5em;
	text-align: center;
}
	.return a {
		color: #2179b6;
		text-decoration: none;
	}
	.return a:hover {
		text-decoration: underline;
	}

			.lb{
				list-style: none;
				padding: 0;
				margin: 0 auto;
				width: 800px;
				height: 500px;
			}
			.lb li {
				/*height:520px;*/
				height:300px;
	            /*width:368px;*/
				width:320px;
				background-color:#ccc;
				text-align: center;
				cursor: pointer;
			}
				.lb li.roundabout-in-focus {
					cursor: default;
				}

			#carbonads-container .carbonad {
				margin: 0 auto;
			}