@CHARSET "ISO-8859-1";

@media screen {
	div#imageCacher {
		position: absolute;
		left: -9999px;
		top: -9999px;
	}
	div#imageCacher img {
		display: block;
	}
}
@media print {
	div#imageCacher, div#imageCacher img {
		display: none;
		visibility: hidden;
	}
}

#topNav .mProducts {
	background-position:bottom left !important;
}

#playlist a {
	display:	block;
	padding:	0px 5px 5px 5px;
}
#playlist {
	padding:	1px;
}
#playlist span {
	font-weight:	bold;
	font-size:		large;
	padding:		2px 0px 5px 0px;
}
#playlist .playing, #playlist .paused {
	font-weight:		bold;
}
#playlist .paused {
	text-decoration:	blink;
}

#homeVideo {
	width:525px;
	height:367px;
	overflow:hidden;
	background-color:white;
}

div#splash {
	float: left;
}

div#playerContainer {
	margin:0 auto;
}
