body {
	margin: 0px;
	background: url('../images/background.png') no-repeat;
}

#listeningtoo {
	position: absolute;
	top: 27px;
	background: url('../images/listeningtoo.png') no-repeat;
	height: 120px;
	width: 444px;
	display: none;
}
#listeningtoo.shown {
	display: block;
}

#about {
	position: absolute;
	top: 40px;
	left: 460px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: white;
	display: none;
}

#playlist {
	position: absolute;
	top: 40px;
	left: 460px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: white;
	width: 200px;
}

#buttons {
	position: absolute;
	top: 269px;
	left: 445px;
	background: url('../images/buttons.png') no-repeat;
	height: 92px;
	width: 243px;
	display: none;
}
#buttons.shown {
	display: block;
}

#slider {
	position: absolute;
	top: 23px;
	left: 113px;
	background: url('../images/slider-bg.png');
	height: 2px;
	width: 84px;
}

#spinner {
	position: absolute;
	top: 52px;
	left: 47px;
	background: url('../images/spinnerbutton.png') no-repeat;
	height: 31px;
	width: 32px;
	padding-top: 8px;
	padding-left: 8px;
}
#play {
	position: absolute;
	top: 52px;
	left: 47px;
	background: url('../images/playbutton.png');
	height: 31px;
	width: 32px;
	display: none;
}
#stop {
	position: absolute;
	top: 52px;
	left: 106px;
	background: url('../images/stopbutton.png');
	height: 31px;
	width: 31px;
}
#help {
	position: absolute;
	top: 52px;
	left: 166px;
	background: url('../images/helpbutton.png');
	height: 31px;
	width: 31px;
}

.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 12px; height: 17px; cursor: default; background: no-repeat url('../images/sliderbutton.png'); }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.5em; margin-left: -6px; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
