/* Popover specific */
#popup-background{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:100000;
}
#popup-content{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	width:640px;
	background:#FFFFFF;
	z-index:200000;
	padding:20px;
	font-size:13px;
	-webkit-box-shadow: 0px 0px 50px #222;
	-moz-box-shadow: 0px 0px 50px #222;
	box-shadow: 0px 0px 50px #222;
}
	#popup-content .image {}
	#popup-content .description {padding-top:15px; text-align:left;}
	#popup-content .description h2 {margin-bottom:3px; font-size:18px; color:#000;}
	#popup-content .description p {font-size:14px; color:#5a5449;}

#popup-content-close{
	font-size:14px;
	line-height:14px;
	right:4px;
	top:4px;
	position:absolute;
	font-weight:bold;
}
#popup-content-close a {display:block;}

#content-area .narrow-frame .preview-videos {max-height:none !important;}
#content-area .narrow-frame .preview-videos .title { display:block; text-align:center;}







/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

