.slimlist-player {
	width: 780px;
	height: 350px;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
.slimlist-player a {
	text-decoration: none;
	color: #000000;
}
.slimlist-player img {
	border: 0;
}
.slimlist-player ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*  L O A D I N G   I N D I C A T O R  */
.slimlist-player .loading {
	position: absolute;
	top: 130px;
	left: 200px;
	width: 121px;
	height: 30px;
	background: url(http://embed.wistia.com/slimlist/v0/themes/lilipip/images/loading.gif) no-repeat;
}

/*  S E C T I O N T A B S  */
.slimlist-sections {
	height: 30px;
	float: right;
	z-index: 0;
	font-size: 14px;
}
.slimlist-sections li {
	float: left;
	margin-right: 15px;
}
.slimlist-sections a {
	display: block;
	background-color: #efefef;
	color: #888;
	padding: 10px 20px 15px 20px;
}
.slimlist-sections a:hover {
	background-color: #efefef;
	color: #333;
}
.slimlist-sections li.selected a {
	background-color: #e5a04d;
	color: white;
}


/*  V I D E O P L A Y E R  */
.slimlist-video {
	z-index: 99;
	width: 512px;
	height: 288px;
	position: absolute;
	left: 0;
	top: 35px;
	color: black;
	
	border: 8px solid #dfdfdf;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
	overflow: hidden;
}

/*  P L A Y L I S T  */
.slimlist-playlist {
	width: 252px;
	height: 288px;
	position: absolute;
	top: 35px;
	right: 0;
	overflow: hidden;
	overflow-y: scroll;
	border: 8px solid #dfdfdf;
	/* border: 5px solid #D5D2CD; */
	border-left: 0;
	
	-moz-border-radius: 0 10px 10px 0;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 10px 10px 0;
  
}

.slimlist-playlist a {
	color: #aaa;
	display: block;
	height: 60px;
	padding: 15px 10px 15px 140px;
	position: relative;	
  background-color: #ffffff;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	font-size: 12px;
}

.slimlist-playlist a:hover {
	color: gray;
	background: #eeeeee;
}

.slimlist-playlist a:hover img {
	border-color: #fff;
}

.slimlist-playlist ul {
	display: none;
}
.slimlist-playlist ul.selected {
	display: block;
}

.slimlist-playlist li {
	
}

.slimlist-playlist li.selected a {
  background-color: #e5a04d;
	color: white;
}

.slimlist-playlist li.selected img {
	border-color: #edc18c;
}

.slimlist-playlist img {
	position: absolute;
	left: 15px;
	top: 13px;
	border: 3px solid #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

