/*

@file: radioStyle.css


*/
#radioplayer {
	margin-top:12px;
}
#radio-wrapper {
	display:block;
	width:100%;
	position:relative;
	height:32px;
	/*background-color:#333;*/
}


#playButton {
	display:block;
	float:left;
	width:32px;
	height:32px;
	background: transparent url(images/ui-bg_play.png) top left no-repeat;
}
#volumeButton {
	display:block;
	float:left;
	width:32px;
	height:32px;
	
	background: transparent url(images/ui-bg_volume.png) top left no-repeat;
}
#volumeSlider-wrapper {
	position:absolute;
	width:240px;
	margin-top:10px;
	left:64px;
	/*#d19405 855d03*/
}
#volumeSlider {
	/*display:block;
	float:left;*/
	/*width:80px;*/
	position:relative;
	
	height:12px;
	margin-right:12px;
	margin-left:12px;
	
	background-color:#855d03;
}
#volumeSlider .ui-slider-range {
	
}
#volumeSlider .ui-widget-content {
	background-color:#d19405;
}