body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.frame{
	width:550px;
	position : relative;
}
#wrapper {
	position:absolute;
	height:308px;
	width:549px;
	z-index: 5555;
}
.play_btn{
	float:left;
	width:33px;
	height: 27px;
	position : absolute;
	cursor: pointer;
}

.bar{
	float:left;
	left: 33px;
	width:387px;
	height:27px;
	position : absolute;
	background:url(../images/youtube/repet.png) repeat-x
}
.clear_sec{
	clear:both;
}
.time{
	float:left;
	left: 420px;
	width:94px;
	height:27px;
	text-align: center;
	font-size: 11px;
	font-family:sans-serif;
	color: #FFFFFF;
	padding-top: 3px;
	position : absolute;
	background:url(../images/youtube/repet.png) repeat-x
}
.mike{
	float:left;
	left: 514px;
	width:35px;
	position : absolute;
}

#player {
	position : absolute;
}
.control  {
	position : absolute;
	top: 308px;
	width: 5px;
	display: block;
}

#seek_bar_container {
	position: absolute;
	left: 5px;
	top: 9px;
	height: 5px;
	width: 380px;
	border: 1px solid #535555;
	background: #1D1D1D;
	cursor: pointer;
}

#seek_bar {
	position:absolute;
	background:#4E4E4E;
	left:5px;
	top:9px;
	height:6px;
	width:0px;
	overflow: hidden;
}

#seek_button {
	position:absolute;
	left:5px;
	top:8px;
	height:8px;
	z-index: 9999;
	cursor: pointer;
}

#volume_bar {
	position : absolute;
	left: 515px;
	top: 235px;
	width:34px;
	z-index: 6666;
	display: none;
	cursor: pointer;	
}

#volume_button {
	position : absolute;
	left: 10px;
	top: 56px;
	z-index: 6666;
	cursor: pointer;	
}

