@charset "utf-8";
/* CSS Document */

/*
	VIDEO PLAYER
		.video-player-details
		.video-player-featured
		.video-player-[n]
	
	VIDEO LIST																										
		.video-list .panel
		.video-list .panel .image-small
		.video-list .panel .image-small > img 
*/

/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* VIDEO PLAYER																							            */
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */

.video-player-details {
	width:33.333333333333333%;
	/*column-4*/
}

.video-player-featured {
	width:66.66666666666667%;
	/*column-8*/
}

div[class*="video-player-"] {
	float:left;
	height:360px;
}

/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */
/* VIDEO LIST																										*/
/* ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */

.video-list .panel {
	min-height:108px;
}

.video-list .panel .image-small{
	position:relative;
	margin-right:120px;
	
}

.video-list .panel .image-small > img {
	position:absolute;
	clip: rect(12px 120px 80px 0);
	top: -12px;
}



