﻿@charset "UTF-8";
/* CSS Document */
#content
		{
			clear:both;
			width:60%;
		}
		.player_control
		{
			float:left;
			margin-right:5px;
			
		}
		#player
		{
			height:60px;
		}
		#volume_control
		{
			width:10px;
			height:50px;
			border: 2px solid #0a0;
			display:none;
			position:relative;
		}
		#volume_background
		{
			width:10px;
			height:50px;
			background-color:#ddd;
		}
		#volume_bar
		{
			width:10px;
			height:0px;
			background-color:#aca;
			position:absolute;	
		}
		#duration
		{
			width:400px;
			height:15px;
			border: 2px solid #50b;
		}
		#duration_background
		{
			width:400px;
			height:15px;
			background-color:#ddd;

		}
		#duration_bar
		{
			width:0px;
			height:15px;
			background-color:#bbd;

		}

