#live_bar{
	position:fixed;
	bottom:0;
	width:100%;
	margin:0 auto;
	left:0;
	height:65px;
	text-align:center;
	min-width:955px;
	background-image: url(../images/live_bar.png);
	background-repeat: repeat-x;
}
#live_container {
	position:relative;
	top:143px;
	margin:0 auto;
	width:930px;
	height:400px;
	background-image:url(../images/live_container-bckg.jpg);
	background-color:#444;
	overflow:hidden;
	border: 5px solid white;
	display: none;
}

#live_bar p {
	top:-10px;
	text-align:center;
	position:relative;
	font-family: arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #273444;
}

.live_button {
	top:-20px;
	background-image:url(../images/live-button.png);
	margin:0 auto;
	height: 49px;
	width: 100px;
	position: relative;
	overflow:hidden;
}

.live_button a {
	position:absolute;
	text-indent:9999px;
	height: 49px;
	width: 100px;
}

.live_button:hover {
	background-image:url(../images/live-button-over.png);
}

#hide_live_button {
	margin:0 auto;
	display:none;
}

#player{
	position:relative;
	margin:0 auto;
	padding:20px;
}
.player_text h1 {
	padding:10px;
	border:none;
	text-align:center;
	font-size:25px;
	color:white;
}
#player h2 {
	border:none;
	text-align:center;
	font-size:17px;
	color:#FFF;
}
#player span {
	color: red;
}
.player_text p {
	position: relative;
	text-align:center;
	font-size:12px;
	color:silver;
	font-style:italic;
}