
	/* 
	CSS
	------------------------------------------------------------------------------------------
	@site				sho.com (beta)
	@file				simple-video.css
	@modified		02.25.09
	@author			dpaul
	@desc				Rules for video overlay, extracted from SHO.com for use in series sites.  
	@note				column rules moved to global..
	
	=:reset
	----------------------------------------------------------------------------------------*/
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,
	table,tr,th,td,embed,object{margin:0;padding:0;}
	address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,var {
	font-style:normal;font-weight:normal;}
	ul,ol {list-style: none;} h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
	table{border-collapse:collapse;border-spacing:0;}
	caption,th {text-align:left;}
	fieldset,img,abbr{border:0;}
	img, a img,:link img,:visited img { margin: 0; padding: 0; border: none; display:block; } 
	a:link,a:visited,a:hover,a:active,a:focus { outline:none; }
	
	/*
	=:overlay
	----------------------------------------------------------------------------------------*/
	#overlay-shader {
		position:absolute; 
		top:0px; left:0px;
		width:100%; 
		background:#000; 
		cursor:pointer;
		z-index:4998; }
	
	#overlay-outer {
		position:absolute;
		z-index:4999; }
	
		
	#overlay-closer {
		position:absolute;
		height:30px;
		width:30px;
		top:-40px;
		right:0px;
		background: url( /site/beta/image-panel/global/closer_30x30.png );
		cursor:pointer; 
		z-index:5000;}

	#overlay-content {
		position:absolute; 
		background:#000; 
		z-index:4999;}
	
	/*
	=:video, =:icons
	----------------------------------------------------------------------------------------*/
	a:link .videoIcon img.icon { 
		background:0; }
	
	a:hover .videoIcon img.icon { 
		background:transparent no-repeat url(/site/beta/image-panel/global/video-icon_200x150.png) center center;  }
		
	/* No surrender, No delete! */
	
	