/* NNS AKA NEW MULTI-PURPOSE VIDEO PLAYER STYLES */

#dbg {
	display: none;
	position: absolute;
	top: -100px;
	padding: 10px;
	left: -170px;
	width: 350px;
	background-color: #eee;
	color: #666;
	height: 800px;
	overflow: scroll;
	border: 3px dotted #999;
}

#nns_container {
	background-color: #fff;
	padding: 15px;
	padding-right: 5px;
	width: 516px;
	background: #fff url('/global/img/nns_top_white.gif') no-repeat 0 0;
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
}

	div.content.nns #nns_container {
		margin-top: 5px;
		margin-bottom: 0px;
	}

	#nns_main {
		width: 354px;
		float: left;
	}
	
		#nns_stage {
			position: relative;
			width: 324px;
		}
		
			#nns_stage_curtain {
				position: absolute;
				top: 0;
				left: 0;
				width: 324px;
				height: 100%;
				color: #f00;
				display: block;
			}
	
		#nns_teaser {
			padding: 15px;
			border: none;
			background: url('/global/img/nns_bottom.gif') no-repeat 0 100%;
			margin-top: 15px;
			padding-bottom: 1px;
			clear: both;
			margin-top: 0px;
			margin-bottom: 20px;
		}
		
			div.content.nns #nns_teaser {
				margin-bottom: 5px;
			}

	#nns_thumbs {
		width: 180px;
		float: right;
		margin-top: -10px;
	}
	
		* html #nns_thumbs {
			margin-right: -5px;
			width: 160px;
		}
	
		#nns_thumbs div.thumb {
			display: block;
			float: right;
			margin: 10px 10px 0 0;
			padding-left: 10px;
			background: url('/global/img/nns_arrow_white.gif');
			background-repeat: no-repeat; 
			background-position: 20px 50%;
		}

			#nns_thumbs div.thumb a {
				display: block;
				text-decoration: none;
				position: relative;
				padding: 1px;
				border: 1px solid #ccc;
			}

				#nns_thumbs div.thumb a img {
					border: none;
				}
				
					#nns_thumbs div.thumb a:hover img {
					}
				
				#nns_thumbs div.thumb a span {
					position: absolute;
					left: 1px;
					top: 1px;
					color: #fff;
					line-height: 13px;
					background-color: #000;
					text-align: center;
					text-decoration: none;
					font-weight: bold; 
					filter:alpha(opacity=80);
					opacity: 0.8;
					-moz-opacity:0.8;
					display: block; /* optionally set to none if not using mootools */
					cursor: pointer;
					border: 1px solid #666;
					border: none;
				}
				
					#nns_thumbs div.thumb a:hover span {
						display: block;
					}
