.left-cont {
	float: left;
}

/*******************/
/*		PLAYER	   */
/*******************/
.video-cont {
	height: 390px;
	
}

.video {
	width: 624px;
	height: 351px;
	background: black;
	margin: 20px;
	margin-left: 0px;
}

/*******************/
/*		PLS		   */
/*******************/
.videos-pl {
	width: 624px;
}

.videos-pl .title-container {
	background: url("/resources/images/yellow_dot.png");
	background-repeat: repeat-x;
	background-position: 0px 9px;
	width: 100%;
	margin-bottom: 6px;
}

.videos-pl .title-container .title {
	text-transform: uppercase;
	text-align: center;
	background: #fff;
	font-family: "akzidenzgrotesk-cond";
	font-size: 20px;
	color: #ffa100;
	padding: 0px 10px 0px 10px;
}

.videos-pl ul.videos {
	list-style: none;
	padding: 0px;
	margin: 0px 25px;
	font-family: "akzidenz-grotesk_bqregular";
	font-size: 15px;
	margin-right: 0px;
}

.videos-pl ul.videos li {
	float: left;
	width: 174px;
	margin-right: 19px;
	text-align: center;
	margin-bottom: 30px;
}

.videos-pl ul.videos li.first {
	clear: both;
}

.videos-pl ul.videos .thumb {
	width: 174px;
	height: 96px;
}

.videos-pl ul.videos .date-cont {
	background: url("/resources/images/yellow_dot.png");
	background-repeat: repeat-x;
	background-position: 0px 9px;
	width: 100%;
	margin-bottom: 6px;
}

.videos-pl ul.videos .date {
	text-transform: uppercase;
	text-align: center;
	background: white;
	font-family: "akzidenz-grotesk_bqregular";
	font-size: 13px;
	color: #FFA100;
	padding: 0px 10px 0px 10px;
}

.videos-pl ul.videos .title {
	color: #039347;
}

.videos-pl .middle-separator {
	background: url("/resources/images/yellow_dot.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 2px;
	margin-bottom: 6px;
	clear: both;
}

.videos-pl ul.pl-pag {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

.videos-pl ul.pl-pag li {
	float: left;
	margin-left: 5px;
	cursor: pointer;
}

.videos-pl ul.pl-pag li a {
	color: #FFA100;
	font-family: "akzidenz-grotesk_bqregular";
	font-size: 15px;
}

.videos-pl ul.pl-pag li.selected a,
.videos-pl ul.pl-pag li a:hover {
	color: #039347;
}

