body{
	padding:0;margin:0
}
div{
padding:0;margin:0
}
#radio-in{
		width:300px;height:152px;float:left;background:url(player-bg.jpg) top left no-repeat;position:relative;margin:-10px 0 0 -20px;padding:0;
	}	
#radio-in-next{
		width:300px;height:152px;float:left;background:url(player-bg.png) top left no-repeat;position:relative;margin:-10px 0 0 -20px;padding:0;
	}	     
  #controls {
     width: 65px;position: absolute; top: 19px;right: 14px
   }

  #controls ul {
      margin: 0; padding: 0;
      list-style-type: none;font-size:14px;color:#CCC;font-family:"Trebuchet MS",Arial,Sans-serif;
    }
  #controls ul li {
      width: 65px;clear:right;
      height: 15px;
      margin: 0 0 3px 0; padding: 0;
      text-align: right;
    }
  * html #controls ul li {
      width: 65px;clear:right;
      height: 15px;
      margin: 0 0 0px 0; padding: 0;
      text-align: right;
    }  
  #controls li a {
      color: #000;display:block;float:right;background-color:#8DC63F;
      text-decoration: none; text-align: right;
      font-weight: bold;
      line-height: 15px;
    }
  #controls li a:hover {
      text-decoration: underline;
    }
	#controls li a.radio {
      color:#FF7431;background: url('star.png') no-repeat 0 3px;padding:0 0 0 15px;
      text-decoration: none;
      font-weight: bold;
      line-height: 15px;
    }
  #controls li a.radio:hover {
      text-decoration: underline;
    }
  #controls li a.menu{
      color:#fff;font-weight: bold;font-size:12px;background: url('arrow-down.png') no-repeat 100% 70%;padding:0 15px 0 0 ;font-family:"Trebuchet MS",Arial,Sans-serif;text-decoration: none; display:block;width: 50px; text-align: right;
    } 
   
  #screen {
      position: relative;
      top: 19px;
      left: 18px;
      width: 193px;
      float: left;
    }
	
	#insidescreen {
	  width: 210px; height: 120px; overflow: auto; margin: 0px 0 0 0px;position:absolute;top:20px;left:10px;
	}
	#insidescreen-in{
	  width: 285px; height: 105px; overflow: auto; margin: 0px 0 0 0px;position:absolute;top:35px;left:10px;
	}
	#title{
      position:absolute;top:10px;left:10px;
    }
    #title h3{
      font-weight: bold;font-size: 18px;padding:0;margin:0px 0 0 0;color:white;background-color:inherit;font-family:Georgia,Times,serif
    }

	#subtitle {
	  font-weight: bold;
	  margin: 5px 0;
	}
	#subtitle h4{
	      font-weight: bold;font-size: 14px;padding:0;margin:10px 0 0 0;color:white;background-color:inherit;font-family:Georgia,Times,serif
	    }
    div.clear {
      clear: both;
    }

/* floating menu */ 
#dropmenudiv{
position:absolute;
border:1px solid #eee;
border-bottom-width: 0;
font-family: "Trebuchet MS",Tahoma, Arial, Serif;
font-size: 11px;
line-height:18px;
z-index:100;
}

#dropmenudiv a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #eee;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #666;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #E3EFFC;
}

/* play, fast foward, rewind, etc buttons */

ul#radiobuttons img {
	border: 0px;
	padding-top: 2px;
}	
ul#radiobuttons {
	margin: 0; padding: 0;position:absolute;bottom:5px;left:0px;
	list-style-type: none;clear:both;
}
ul#radiobuttons li {
	display: block;
	float: left;
}

ul#radiobuttons li a {
	display: block;
    background: url('player_insidebutton.png') no-repeat top left;
	color: #000;
    height: 20px;
    line-height: 20px;
    width: 28px;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
	text-decoration: none;margin: 8px 3px 0 0;
}
ul#radiobuttons li a.smallbutton {
    background: url('player_insidebuttonsmall.png') no-repeat top left;
    width: 26px;
}

ul#radiobuttons li a.back {
	display: block;font-family: "Trebuchet MS",Tahoma, Arial, Serif;
    background:white;
	color: #000;
    height: 16px;
    line-height: 16px;
    width: 29px;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
	text-decoration: none;margin:10px 3px 0 0;
}

ul#radiobuttons-songs{
	margin: 0; padding: 0;
	list-style-type: none;
}
ul#radiobuttons-songs li {
	display: block;
	float: left;
}
ul#radiobuttons-songs li a.back {
	display: block;font-family: "Trebuchet MS",Tahoma, Arial, Serif;
    background:white;
	color: #000;
    height: 16px;
    line-height: 16px;
    width: 29px;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
	text-decoration: none;margin:10px 3px 0 0;
}
ul#radiobuttons-songs li a.view {
	display: block;font-family: "Trebuchet MS",Tahoma, Arial, Serif;
    background:white;
	color: #000;
    height: 16px;
    line-height: 16px;
    width: 49px;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
	text-decoration: none;margin:10px 3px 0 0;
}
