/* Left */

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

#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;
	text-shadow: 2px 2px 3px #000000;
	background: url(../../images/elements/icons/arrow_current_grey.gif) no-repeat center bottom;
}




