		#popad{
			padding:5px;
			border:2px solid #009234;
			background:#eee;
			width:430px;
		}
		#popad_footage{
			/*height:250px;*/
			width:430px;
			/*background:url(knits.jpg) top left no-repeat;*/
		}
		#popad_footage a{
			display:block;			
			/*height:250px;*/
			width:430px;
			display:block;
			/*text-indent:-600px;*/
			color: #009234;
			text-decoration:none;
			overflow:hidden;
		}
		#popad p{
			margin:0;
			padding:.1em .5em .5em .5em;
			background:#fff;
			font-family:Arial,Sans-serif;
			font-size:90%;
			/*font-weight:bold;*/
		}
		#popad_content a{
			color:#000;
		}
		#popad.dynamic #popad_footage{
			/*height:270px;*/
			width:430px;
			/*background:url(knitsjs.jpg) top left no-repeat;*/
		}
		#popad.dynamic #popad_footage a{
			/*height:240px;*/
		}
		#popad.dynamic #popad_footage a#popad_close{
			color:#999;
			height:25px;
		}
		#popad.dynamic{
			position:absolute;
			top:9em;
			left:30%;
			z-index:1000;		
		}
		html>body #popad.dynamic{
			position:fixed;
		}
