.less {
	color:#999;
	font-size:12px;
}
div.overlay {
	background:url(/ssi/video/white.png) no-repeat;
	padding:40px;	
	width:730px;  
	display:none;
}
 
div.overlay div.close {
	background:url(/ssi/video/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}
 
a.player { 		
	display:block;
	height:405px;	
	width: 720px;		
}
a:active {
  outline:none;
}
 
:focus {
  -moz-outline-style:none;
}
