/* stylesheet dedicated to advert display */



#ad {display:none;position:absolute; float:left; width:600px; height:470px; border-right:1px solid silver;border-bottom:1px solid silver;border-left:1px solid silver; background:transparent; top:20px; left:85px; z-index:999}
	#ad a.close {float:right; color:#FF5C00; margin-right:25px}
	#ad a {float:left; color:#FF5C00; margin-left:25px}
