


section {
	width: 700px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}


ul.tapes {
	position: relative;
	width: 700px;
}
ul.tapes li {
	float: left;
}


section#audio {
	background: url('radio.png') top center no-repeat;
}

/* Audio Progress */
section#audio div#progressBar {
	border: 2px solid #000000;
	position: relative;
	top: 300px;
	left: 250px;
	width: 175px;
	height: 10px;
}
section#audio div#progressBar div#progressIndicator {
	height: 100%;
	width: 0%;
	background-color: #666666;
}



#songLabel {
	position: relative;
	top: 358px;
	left: 240px;
	
	width: 175px;
	font-weight: bold;
	text-align: center;
}

section#audio ul#controls {
	position: relative;
	top: 440px;
	width: 150px;
	left: 215px;
}

section#audio ul#controls li {
	float: left;
}

section#audio ul#controls li.selected {
	-webkit-transform: rotate(-30deg);
}

section#audio ul#cassette {
	clear: both;
	top: 490px;
}

section#audio ul#cassette li {
	width: 150px;
	height: 98px;
	background: url('cassette.png') center center no-repeat;
}

section#audio ul#cassette li span {
	width: 105px;
	text-align: center;
	display: block;
	position: relative;
	top: 17px;
	left: 25px;
}