#mediaplayer {
	background-color: #3cB6EF;
	width: 232px;
	margin: 0;
	padding: 0;
}
#bodyRightHome #mediaplayer {
	width: 216px;
}

#mediaplayer IMG {
	display:block;
}

#hiddenPlayerWindow {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	display: hidden;
}

#playerWindow {
	width:232px;
	height:174px;
}

#playerWindow DIV {
	position:absolute;
}

#missingmediaplayer {
	padding:10px 5px;
	background:url(../images/components/player/missingbg.gif);
	text-align:center;
	color:#000;
	border-top:1px solid #fff;
}
#missingmediaplayer IMG {
	display:block;
	margin:0 auto;
}

#mediacontrols {
	background-color: #3cB6EF;
	padding: 0px 10px 0px 10px;
}

#controlbox {
	width:212px;
	overflow:hidden;
	margin-bottom:5px;
}
#controlboxRP {
	width:212px;
	background:white;
}
#controlboxRP #controlboxcontrols {
	margin-left:10px;
}
#controlboxtop {
	background:url(../images/components/player/controlbox_top_rp.gif) no-repeat left top;
	height:6px;
	overflow:hidden;	
}
#bodyRightHome #controlboxtop {
	background-image:url(../images/components/player/controlbox_top_rp_sml.gif);
}
#controlboxbottom {
	background:url(../images/components/player/controlbox_bottom_rp.gif) no-repeat left top;
	height:2px;
	overflow:hidden;	
}
#bodyRightHome #controlboxbottom {
	background-image:url(../images/components/player/controlbox_bottom_rp_sml.gif);
}

#bodyRightHome #controlbox,
#bodyRightHome #controlboxRP {
	width: 196px;
}

#controlButtons {
	float: left;
}
#controlButtons A {
	display:block;
	float:left;
	margin-right:3px;
}
#luckydip {
	margin-top:4px;
	
}
#controlboxRP #luckydip {
	background-image:url(../images/components/player/lucky_dip_black.gif);
	margin-right:10px;
}
#luckydip A {
	color:#ffffff;
	font-weight:normal;
}

#luckydip A:hover {
	background-image:url(../images/nav/arrows/basic_white_arrow.gif);
}

#statusbox, #statusboxRP {
	color: #333;
	overflow: hidden;
}
#statusbox {
	background-color: #ceedfb;	
}
#statusboxRP {
	background-color: #c6dee7;	
}
#statusboxtop {
	background:url(../images/components/player/status_top.gif) no-repeat left top;
	height:7px;
	overflow:hidden;
}
#bodyRightHome #statusboxtop {
	background-image:url(../images/components/player/status_top_sml.gif);
}
#statusboxRP #statusboxtop {
	background-image:url(../images/components/player/status_top_rp.gif);
}
#bodyRightHome #statusboxRP #statusboxtop {
	background-image:url(../images/components/player/status_top_rp_sml.gif);
}
#statusboxspacer {
	height:2.4em;
	overflow:hidden;
}
#statusboxRP #statusboxstatus {
	margin-left:10px;
}
#statusboxbottom {
	background:url(../images/components/player/status_bottom.gif) no-repeat left top;
	height:2px;
	overflow:hidden;
}
#bodyRightHome #statusboxbottom {
	background-image:url(../images/components/player/status_bottom_sml.gif);
}
#statusboxRP #statusboxbottom {
	background-image:url(../images/components/player/status_bottom_rp.gif);
}
#bodyRightHome #statusboxRP #statusboxbottom {
	background-image:url(../images/components/player/status_bottom_rp_sml.gif);
}
#bodyRightHome #statusboxRP OBJECT,
#bodyRightHome #statusboxRP EMBED {
		width:177px;
}

#controlboxRP {
	margin-top:4px;
}

#realplayerinfo {
	position:absolute;
	margin-left:10px;
	margin-top:-1px;
	width:192px;
}
#bodyRightHome #realplayerinfo {
	width:176px;
}
#poem {
	overflow: hidden;
	height: 1.25em;
	margin-bottom:1px;
}
#bandwidth {
	background:url(../images/components/player/bandwidth.gif) center left no-repeat;
	padding-left:13px;
	width: 87px;
	float: left;
	color: #999;	
	overflow: hidden;
	font-size:0.8em;
}
#bodyRightHome #bandwidth {
	width:71px;
}
#time {
	width: 91px;
	float: left;	
	text-align: right;
	color: #999;	
	overflow: hidden;
	font-size:0.8em;
}

#mediaplayertop {
	background:url(../images/components/player/top.gif) no-repeat left top;
	height:6px;
	overflow:hidden;
}
#bodyRightHome #mediaplayertop{	
	background-image:url(../images/components/player/top_sml.gif);
}

#mediaplayerbottom{
	background:url(../images/components/player/bottom.gif) no-repeat left top;
	height:6px;
	margin-top:4px;
	overflow:hidden;
}
#bodyRightHome #mediaplayerbottom{
	background-image:url(../images/components/player/bottom_sml.gif);
}