#imageControls {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	z-index:100;
}

#textControls {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	z-index:100;
}

#pauseControl {
	background: url(/images/icons/control_pause_blue.png) no-repeat;
	display: inline;
}

#showSpan {
	display: none;
}

#playButton {
	display: none;
}