

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


		.overlay {
			background:url(/overlay/white.png) no-repeat;
			padding:40px;	
			width:576px;  
			display:none;
		}
		 
		.close {
			background:url(/overlay/close.png) no-repeat;
			position:absolute;
			top:2px;
			display:block;
			right:5px; 
			width:35px;
			height:35px;
			cursor:pointer;
		}
		 
		a.player { 		
			display:block;
			height:450px;			
		}
