@charset "UTF-8";
/* CSS Document */
/*START VIDEO PAGE*/

#videoPlayer{
	width:750px;
	height:380px;
	margin-left:175px;
	display:none;
	/*border:1px dashed white;*/
}

#playerDiv{
	height:350px;
	width:636px;
	position:absolute;
	margin-left:57px;
	/*border:1px dashed green;*/
}

#playerOpenClose{
	width:55px;
	height:30px;
	position:absolute;
	margin-left:700px;
	margin-top:350px;
	font-size:9px;
}
/*PORTFOLIO CATEGORIES MENU*/


/*THUMBNAIL MAIN CONTAINER*/
.thumbnails{
	height:336px;
	width:800px;
	
	position:absolute;
	margin-top:38px;
	background-color:#000;
	/*border:1px dashed #6F0;*/
}

/*INDIVIDUAL THUMBNAIL CONTAINERS*/
.videoThumb{
	width:160px;
	height:110px;
	float:left;
	
	background:url(../assets/BG/thumbBG.png) no-repeat center;
}

.thumb{
	width:130px;
	height:99px;
	margin:6px 15px 5px 15px;
}
/*END VIDEO PAGE*/

