
#play {
	background-image: url(images/play.png);
	width: 37px;
	height: 35px;
}
#stop {
	background-image: url(images/stop.png);
	width: 37px;
	height: 35px;
	margin: 0px;

}
#volumeup {
	background-image: url(images/volume.png);
	width: 37px;
	height: 35px;
	margin: 0px;

}
#volumeback {
	background-image: url(images/volumeq.png);
	width: 37px;
	height: 35px;
	margin: 0px;

}

#meio {
	background-image: url(images/meio.png);
	width: 2px;
	height: 18px;
	margin: 0px;
	background-repeat:repeat-x;

}
div#container

{
   width: 650px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
body
{
   text-align: center;
   margin: 0;

}
td{
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	padding:0px;
	margin:0px;
}
img{
	border:0px;
}
.box{
	background:#000;
	color:#FFF;
	padding:3px;
	margin-bottom:2px;
	border:1px solid #666;
	text-align:center;
}
a{
	color:#FFF;
	text-decoration:none;
}

