/* CSS Document */


a, a:hover {
	color: #000000;
}
#mediatitle {
	bottom: 22px;
	left: 200px;
	color: #000000;
}

#nowplaying {
	position: absolute;
	bottom: 5px;
	left: 200px;
	color: #000000;
}
#headerleft {
	width: 200px;
	height: 50px;
	float: left;
	background-image: url(../images/player_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerright {
	width: 100px;
	height: 50px;
	float: right;
}

#altimage {
	background-image: url(../images/default.png);
	background-position: left top;
}


#playlist a, #playlist a:hover {
	color: #000000;
}



.odd {
	background-color: #EAEAEA;
}
.even {
	background-color: #E8EDF0;
}
#episodedetails {

	background-color: #EAEAEA;
}






