#player {
	font-family: arial, helvetica, sans-serif;
	width: 656px;
	background: #000;
	margin: 20px 0;
}

#player #videoContainer {
	background: url('/images/loading.gif') center no-repeat #000;
	color: #fff;
	width: 380px;
	height: 234px;
	float: left;
}

#player #videoContainer.flashPlayer {
	background: none;	
}

#player #videoContainer p {
    color: #fff;
    font-size: 12px;
    text-align: center;
}

#player #videoContainer p.error {
	margin-top: 104px;
	color: #fff;
	display: block;
}

#player ul {
	margin: 0;
	padding: 0;
	width: 276px;
	height: 234px;
	overflow-y: auto;
	overflow-x: hidden;
	background: #000;
	float: right;
}

#player ul li {
	margin: 0;
	padding: 7px;
	list-style-type: none;
	clear: both;
	background: url('/images/playlistBG.jpg') left -78px repeat-x;
	height: 64px;
	width: 246px;
}

#player ul li div {
	height: 64px;
	overflow: hidden;
}

#player ul li:hover {
	background-position: top;
}

#player ul li.active {
	background-position: bottom;
}

#player ul li h4 {
    font-family: "Arial Black", helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    margin: 1px 0 5px;
}

.pageContent #productMainColumn #player ul li p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#player ul li img {
	float: left;
	width: 85px;
	height: 64px;
	border: 0;
	margin-right: 7px;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .5);
	-moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .5);
}

#player ul li a:link, #player ul li a:visited, #player ul li a:hover {
	color: #fff;
	text-decoration: none;
	outline: none;
}

#mobilePlaylistLink {
	display: none;
}