@charset "utf-8";


#MusicBox {
	/*	height: 380px;*/
	width: 800px;
	left: 50%;
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
	position: relative;
}
#MusicBoxMachine {
	background-image: url(../images/musicbox-bg.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	position: relative;
}
#wmp {
	background-image: url(../images/musicbox-wmp.png);
	height: 19px;
	width: 120px;
	position: absolute;
	left: 441px;
	top: 0px;
}
#wmp:hover {
	background-image: url(../images/musicbox-wmp-up.png);
	height: 19px;
	width: 120px;
	position: absolute;
	left: 441px;
	top: 0px;
}
#winamp {
	background-image: url(../images/musicbox-winamp.png);
	height: 18px;
	width: 49px;
	position: absolute;
	left: 441px;
	top: 19px;
}
#winamp:hover {
	background-image: url(../images/musicbox-winamp-up.png);
	height: 18px;
	width: 49px;
	position: absolute;
	left: 441px;
	top: 19px;
}
#request {
	background-image: url(../images/musicbox-request.png);
	height: 18px;
	width: 51px;
	position: absolute;
	left: 510px;
	top: 19px;
}
#request:hover {
	background-image: url(../images/musicbox-request-up.png);
	height: 18px;
	width: 51px;
	position: absolute;
	left: 510px;
	top: 19px;
}
#RadioBoxContent {
	position: absolute;
	height: 30px;
	width: 290px;
	font-size: 10px;
	color: #FFF;
	left: 140px;
	top: 5px;
	text-align: center;
}#RadioBoxText {
	background-color: #FFF;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	-moz-border-radius: 4px;
}
#MusicBox center iframe {
	width: 605px;
	height: 54px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
}
#MusicBox center #RadioON {
	position: relative;
	left: -277px;
	top: 20px;
}
#MusicBox center #RadioOFF {
	position: relative;
	left: -296px;
	top: 43px;
}
