BODY { position: relative; }

.with-playlist #jp_container_1 {
	padding-top: 68px;
	margin: 10px;
	
	-webkit-box-shadow: #999 0px 0px 8px;
	-moz-box-shadow: #999 0px 0px 8px;
	box-shadow: #999 0px 0px 8px;
}

#jp_container_1.jp-video-full {
	margin: 0 !important;
	padding-top: 0 !important;
	
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	
}
#jp-container {
	width: 968px;
	position: relative;
}
#jp-playlist-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #fff;
	border-bottom: 1px solid #d7d9d8;
	overflow: hidden;
	padding-top: 67px;
	background: #fff url(../img/bg-playlist.png) 100% 0 no-repeat;
	z-index: 2;
	display: none;
}
.with-playlist #jp-playlist-holder { display: block }

#jp-playlist-holder.full {
	height: 442px;
}
#jp-playlist-holder INS {	
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	zoom: 1;
	height: 20px;
	width: 100%;
  /* background: #fff url(../img/bg-playlist-ins.png) repeat-x; */
}
#jp-playlist-holder.full INS { display: none }
#jp-playlist-holder .logo {	
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
	width: 96px;
	height: 33px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/logo.png) no-repeat;
	zoom: 1;
}
#jp-playlist-holder H1 {
	position: absolute;
	top: 20px;
	left: 200px;
	width: 568px;
	text-align: center;
	font-size: 18px;
	line-height: 33px;
	font-weight: normal;
	color: #a3a3a3;
	text-transform: uppercase;
}
#jp-playlist-holder.full H1 { visibility: hidden }
#jp-playlist-holder .playlist-content {
	padding: 50px 0 0 125px;
}
#jp-playlist-holder .playlist-content UL { list-style: none }
#jp-playlist-holder .playlist-content LI.column { width: 32%; margin-right: 1%; float: left; }
#jp-playlist-holder .playlist-content DL { padding-top: 24px }
#jp-playlist-holder .playlist-content DL:first-child { padding-top: 0 }
#jp-playlist-holder .playlist-content DL DT {
	color: #4166a2;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;
}
#jp-playlist-holder .playlist-content DL DD LI {
	padding-left: 40px;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #636363;
}
#jp-playlist-holder .playlist-content DL DD LI EM {
	float: left;
	margin-left: -30px;
	font-style: normal;
}
#jp-playlist-holder .playlist-content DL DD LI A {
	color: #636363;
	text-decoration: underline;
}

#jp-playlist-holder .links {	
	position: absolute;
	right: 20px;
	bottom: 28px;
}
#jp-playlist-holder.full .links {	
	bottom: 20px;
}
#jp-playlist-holder .links LI {	
	list-style: none;
	color: #666;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	line-height: 1;
}
#jp-playlist-holder .links LI A {	
	color: #4166a2;
	text-decoration: none;
}
#jp-playlist-holder .links LI A:hover { text-decoration: underline }
#jp-playlist-holder .links LI A.playlist-toggle {
	padding-right: 15px;
}
#jp-playlist-holder .links LI A.playlist-toggle I {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -3px;
	
	display: block;
	zoom: 1;
	
	width: 7px;
	height: 4px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	background: url(../img/playlist-toogle.png) no-repeat;
}
#jp-playlist-holder.full .links LI A.playlist-toggle I { background-position: 0 -4px; }
