/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	FLV VIDEO PLAYER

-----------------------------------------------------------------------------------------------------------------------------

	:: squarehead design studio   -  845.331.1953 | www.squarehead.com | sbliss@squarehead.com
	
	
	PALETTE	
	green:	#3C8A2E
	purple: #622567
	gray:	#9A9A9A (40% black)
	orange:	#F57531
	
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

/* 	video still link
---------------------------------------------------------------------------------------------------------------------------*/
#video_still { cursor: pointer; }

/* 	video pop-up
---------------------------------------------------------------------------------------------------------------------------*/
#video-popup { width: 656px; height: 479px; background: url('../img-core/bkgd_video.png') no-repeat 0 0; }
#video-popup img { float: right; }
#video-popup p { margin: 28px; }
#video-popup #video-content { float: left; width: 600px; height: 423px; margin: 0 28px; background: #CCCCCC;}


