/*	

	showFlash.css
	-	is included from /scripts/showContent.js
	-	Sets Flash mosdules to display as block
	
*/

#flashModule,
#selects{
	display: block;
}
#selects.selects .col.fifth{
	width: 150px;
}
