@charset "UTF-8";
/* CSS Document */

html { 
	} 
	
	#screen { 
		left: 0px; 
		top: 50px; 
		width: 836px; 
		height: 350px; 
		background: #000; 
		overflow: hidden; 
		float:right;
	} 
	.panel { 
		position: relative; 
		float: left; 
		width: 260px; 
		height: 160px; 
		margin: 1%; 
		overflow: hidden; 
	} 
	.imgPanel { 
		position: absolute; 
		border: none; 
		text-decoration: none; 
	} 
 
