div.ndn-video p.description {
	display: none; }
div.ndn-lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 100%; }
div.ndn-lightbox-bg {
	background-color: #000;
	opacity: .9;
	filter: alpha(opacity=90);
	width: 100%;
	height: 100%;
	position: absolute; }
div.ndn-lightbox-content {
	position: relative;
	width: 445px;
	height: 340px;
	background-color: #000;
	margin: 250px auto 0 auto;
	padding: 10px;
	-moz-border-radius: 15px;
	border-radius: 25px; }
iframe.ndn-embeded-video {
	width: 440px;
	height: 340px;
	margin: 10px; }
div.ndn-lightbox-content-close-link {
	width: 25px;
	height: 25px;
	background-color: #000;
	position: absolute;
	top: -3%;
	left: 96%;
	border-radius: 15px;
	line-height: 25px;
	text-align: center;
	border: solid 2.5px #555;
	font-size: 18px;
	font-family: cursive;
	font-weight: bold;
	color:#555; }
div.ndn-lightbox-content-close-link:hover {
	border-color: #fff;
	color: #fff;
	cursor: pointer; }