#pod_dashboard{
	border: 1px solid black;
	float: left;
	margin: 2px 0px 6px 10px;
	display: none;
}

#pod_container{
	background: white url(/images/podcast/player_bg_new.jpg) no-repeat;
	width: 315px;
	height: 90px;
	float: left;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
	float: left;
}

#pod_logo{
	background: white url(/images/podcast/logo.jpg) no-repeat;
	width: 78px;
	height: 73px;
	margin: 8px 0px 0px 8px;
	float: left;
}

#pod_title{
	margin: 8px 0px 0px 90px;
	width: 210px;
	height: 35px;
}

#pod_preacher{
	margin: 0px 0px 0px 90px;
	width: 210px;
}

#pod_bar{
	background-color: white;
	width: 210px;
	height: 8px;
	margin: 0px 0px 0px 90px;
}

#pod_inner{
	background-color: black;
	margin: 2px 2px 2px 2px;
	overflow: hidden;
	width: 206px;
	height: 4px;
	float: left;
}

#pod_knob{
	background-color: red;
	width: 6px;
	height: 4px;
    position: relative;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
}

#pod_control{
	margin: 0px 0px 0px 5px;
	float: left;
	cursor: pointer;
	cursor: hand;
}

#pod_timer{
	margin: 0px 8px 0px 0px;
	float: right;
}

#pod_playlist {
	width: 40px;
	text-align: right;
	float: left;
	margin: 0px 8px 0px 0px;
}

#pod_playlist span{
    font-weight: bold;
}