@charset "utf-8";
/* CSS Document */
/* Pop-up styles */
/*note: default video width is 640*/
.video_popup .clr			{ clear:both; }
.video_popup				{}
.video_popup .pop-up-main		{ width:100%; min-width:994px; height:100%; position:fixed; z-index:80; top:0px; left:0; background:#FFF; opacity:0.8; filter: alpha(opacity=80); }
.video_popup .pop-up-main img		{ border:none; }
.video_popup .pop-up-main a		{ text-decoration:none; }

/*
.video_popup .pop-up-content		{ position:absolute; top:50% !important; left:50% !important; z-index:99; background:#4C4C4C !important; padding: 0 20px 20px 20px; border-radius: 10px; -moz-border-radius: 10px;}
*/

.video_popup .pop-up-content		{ z-index:99; background:#4C4C4C !important; padding: 0 20px 20px 20px; border-radius: 10px; -moz-border-radius: 10px;}

/*
.video_popup .v980			{ margin-left:-510px !important; width:980px;}
.video_popup .v320			{ margin-left:-180px !important; width:320px;}
*/

.video_popup .pop-up-content .close-btn			{ float:right;  margin: 3px -17px !important;}
.video_popup .v980 .close-btn				{ margin:3px 41px 2px 0; }
.video_popup .pop-up-content	 .close-btn	img	{ border:none; }
.video_popup .pop-up-content	 .video			{ margin:0 !important; text-align:center;}
.video_popup .pop-up-content	 #video			{ left:0; top:0; position: relative; z-index:100; position:relative; }
.video_popup .pop-up-content	 a.play-btn-large	{ display:block; background:url("/assets/videos/images/player_big_play_button.png?1") repeat scroll 0 0 transparent; border:medium none !important; cursor:pointer; height:53px; position:absolute; width:70px; z-index:z-index:101; left:150px; top:110px; }
.video_popup .pop-up-content	 a:hover.play-btn-large		{ background:url("/assets/videos/images/player_big_play_button_hover.png?1") repeat scroll 0 0 transparent; }
.video_popup .pop-up-contemt	 .loading		{ position:absolute; top:48%; left:50%; z-index:101; margin-left:-37px; }

