/* Left */

#viewingButton {
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
}

#viewingButton #text {
	height: 33px;
	float: left;
	padding-left: 8px;
	position: relative;
	z-index: 0;
	font-size: 16px;
	padding-right: 8px;
	font-weight: bold;
	margin-top: 3px;
}




