/* Allground Styles */
.ag-link {
	bottom: 10px;
	position: fixed;
	color: #fff;
	background: #333;
	background: rgba(0,0,0,0.7);
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	border: 1px solid #000;
	border: 1px solid rgba(0,0,0,0.3);
	padding: 4px 8px 6px;
	border-radius: 20px;
	font: 12px/15px Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 45;
}
.ag-link:hover {
	color: #eee;
}
.ag-prev, .ag-next {
	font-size: 18px;
}
.ag-imglink {
	left: 10px;
	padding: 5px 15px;
}
.ag-next {
	right: 10px;
}
.ag-prev {
	right: 40px;
}
#tubular-container {
	overflow: hidden;
	z-index: -2;
	width: 100%;
	height: 100%;
	position: fixed;
	left:0;
	top: 0;
}
#tubular-player {
	position: absolute;
}
#tubular-shield {
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
}