#hearBody{
	min-height:710px;
}
#noJs, #download{
	font-size:10pt;
	text-align:center;
}
	#download a{
		width: 250px;
		background-color:white;
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
	#download a:hover{
		background-color:yellow;
	}
#radio{
	width:800px;
	height:517px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 15px;
	background:url('../gfx/radio.jpg') center center no-repeat;
}
	#eye{
		height:26px;
		width:23px;
		position:relative;
		top:152px;
		left:583px;
		background:url('../gfx/radio_eye.jpg') center center no-repeat;
		opacity:0;
	}
	#control{
		-moz-border-radius: 10px;
		border-radius: 10px;
		background-color: grey;
		margin-right:auto;
		margin-left:auto;
		position:relative;
		bottom:300px;
		width:200px;
		opacity:.7;
		z-index:10;
	}
		#playPause{
			background:url('../gfx/pause.png');
			width:40px;
			height:40px;
			margin:10px 20px 10px 20px;
			float:left;
		}
		#sliderCont{
			width:100px;
			height:40px;
			position:relative;
			left:80px;
			top:10px;
		}
			#slider{
				width:100px;
				height:6px;
				background-color:white;
				position:relative;
				top:17px;
			}
			#knob{
				width:15px;
				height:40px;
				background-color:white;
				position:relative;
				bottom:17px;
				cursor:w-resize;
			}
		#status{
			clear:left;
			margin:10px auto;
			width:160px;
			border:1px solid white;
		}
		.spacer10{
			clear:both;
			height:10px;
		}
			#loadBar{
				height: 10px;
				width: 1px;
				background-color: #333;
			}
			#posBar{
				height: 10px;
				width: 0;
				background-color:white;
			}
#sm2-container{
	height:8px;
}
