.fp-playlist {
	z-index:9999;
	position:relative;
	top:100.5%;
}

.pl {
	height:160px;
	background:#f5fbfb url(../Images/h170.png) repeat-x;
	border:1px solid #ddd;
	width:470px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:left;
}

.smallPlaylist .pl {
	background:#f5fbfb url(../Images/h150.png) repeat-x;
	height:80px;
}

.entries {
	height:80px;
	position:absolute;
	width:10000em;
}

.page2 {
	width:439px;
	float:left;
	margin-left:23px;
}

.entries a {
	background:transparent url(../Images/entry.png) no-repeat scroll 0%;
	color:#666;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:60px;
	margin:0px 4px;
	padding:10px;
	text-decoration:none;
	width:117px;

}

.entries a:hover {
	background-position:-140px 0;
	color:#000;
}

.entries .playing {
	background-position:-280px 0;
	color:#000;
}

.entries .paused {
	background-position:-420px 0;
	color:#000;
}

.entries .progress {
	opacity:0.8;
}

.entries em {
	float:right;
	margin-top:15px;
	color:red;
	font-style:normal;
}

.next, .prev {
	display:block;
	width:18px;
	height:18px;
	background:url(../Images/left.png) no-repeat;
	margin:80px 10px;
	cursor:pointer;
	float:left;
}


.placeholder {
	display:block;
	width:18px;
	height:18px;
	margin:80px 10px;
	float:left;
}
.smallPlaylist .next, .smallPlaylist .prev {
	margin:40px 10px;
}

.next:hover, .prev:hover {
	background-position:0px -18px;
}

.next {
	background-image:url(../Images/right.png);
}

.next.disabled, .prev.disabled {
	visibility:hidden;
}

.tx-ppw-global-video {
	text-align:center;
}

.largePlaylist, .smallPlaylist {
	width: 560px;
	margin: 0 auto;
}

.largePlaylist h4, .smallPlaylist h4{
	text-align:left;
}
