#videoArea{
	position:absolute;
	width:180px;
	height:159px;
	left:0px;
	top:0px;	
	z-index:1;
}
#audioPic{
	position:absolute;
	width:180px;
	height:135px;
	left:0px;
	top:0px;
	z-index:2;
	visibility: hidden;
}
#controlArea{
	position:absolute;
	width:180px;
	height:32px;
	left:0px;
	top:159px;
	z-index:1;
	background-image: url(../images/NsImages/control_bg.jpg);
}
#control{
	position:absolute;
	width:170px;
	height:9px;
	left:5px;
	top:3px;
	background-image: url(../images/NsImages/control.jpg);
	z-index: 3;
	cursor: hand;
}
#btn_float{
	position:relative;
	width:24px;
	height:9px;
	left:0px;
	top:0px;
	cursor: hand;
}
#btn_reverse{
	position:absolute;
	width:15px;
	height:14px;
	left:10px;
	top:14px;
	z-index:4;
	cursor: hand;
}
#btn_play{
	position:absolute;
	width:15px;
	height:14px;
	left:26px;
	top:14px;
	z-index:4;
	cursor: hand;
}
#btn_pause{
	position:absolute;
	width:15px;
	height:14px;
	left:42px;
	top:14px;
	z-index:4;
	cursor: hand;
}
#btn_forward{
	position:absolute;
	width:15px;
	height:14px;
	left:58px;
	top:14px;
	z-index:4;
	cursor: hand;
}
#btn_mute{
	position:absolute;
	width:15px;
	height:14px;
	left:75px;
	top:14px;
	z-index:4;
	cursor: hand;
}
#btn_full{
	position:absolute;
	width:15px;
	height:14px;
	left:158px;
	top:14px;
	z-index:4;
	cursor: hand;
}

