		#popad{
			padding:5px;
			border:1px solid #999;
			background:#eee;
			width:200px;
		}
		#popad_footage{
			height:100px;
			width:200px;
			background:url(knits.jpg) top left no-repeat;
		}
		#popad_footage a{
			display:block;			
			height:100px;
			width:200px;
			display:block;
			text-indent:-600px;
			overflow:hidden;
		}
		#popad p{
			margin:0;
			padding:0 .5em .5em .5em;
			background:#fff;
			font-family:Arial,Sans-serif;
			font-size:90%;
			font-weight:bold;
		}
		#popad_content a{
			color:#369;
		}
		#popad.dynamic #popad_footage{
			height:100px;
			width:200px;
			background:url(knitsjs.jpg) top left no-repeat;
		}
		#popad.dynamic #popad_footage a{
			height:100px;
		}
		#popad.dynamic #popad_footage a#popad_close{
			color:#ddd;
			height:20px;
		}
		#popad.dynamic{
			position:absolute;
			top:9em;
			left:60%;		
		}
		html>body #popad.dynamic{
			position:fixed;
		}