/* 
Description: Flowplayer jQuery Tools (http://flowplayer.org/tools/) 
				overlays stylesheet for Dead Letter Circus main site
Author: James Diacono (jd@thefarmdigital.com.au)
Date created: 12th of January, 2010
*/

/* the overlayed element */ 
.overlay { 
	/* must be initially hidden */ 
	display:none; 
	 
	/* place overlay on top of other elements */ 
	z-index:10000; 
	
	position:relative;
} 
 
/* close button positioned on upper right corner */ 
.overlay .close { 
	position:absolute;
	top:0;
	right:11px;
}
.overlay img { 
	margin-top:40px;
}

/* IE7 tries to display a crazy image behind the overlay, screw that */
body>img { 
	display:none !important;
}

#apple { 
    background-image:url(http://static.flowplayer.org/img/overlay/apple.png); 
    color:#fff; 
}

/* Make the thumbnail appear to be links */
img[rel] {
    cursor:pointer;
    }