
		#popad{
			padding:5px;
			border:1px solid #fff;
			background:#fff;
			width:430px;
		}
		#popad a{
			color: #000;
			text-decoration:none;
			overflow:hidden;
		}
		#popad a:hover{
			text-decoration:underline;
			
		}
		#popad_footage{
			/*height:50px;*/
			width:474px;
			
		}
		#popad #popad_footage a{
			display:block;			
			/*height:250px;*/
			width:430px;
			display:block;
			/*text-indent:-600px;*/
			color: #000;
			text-decoration:none;
			overflow:hidden;
		}
		#popad #popad_footage a:hover{
		text-decoration:underline;
		}
		#popad p{
			margin:0;
			padding:0;
			background:#fff;
			font-family:Arial,Sans-serif;
			font-size:14px;
			text-align: center;
			/*font-weight:bold;*/
		}
		#popad p img {border:0px;}
		
		#popad_content a{
			color:#000;
		}
		#popad.dynamic #popad_footage{
			/*height:270px;*/
			width:474px;
			/*background:url(knitsjs.jpg) top left no-repeat;*/
		}
		#popad.dynamic #popad_footage a{
			/*height:240px;*/
		}
		#popad_close{ min-height: 20px; height: auto !important; height:20px; }
		#popad.dynamic #popad_footage a#popad_close{
			color:#999;
			min-height: 20px; height: auto !important; height:20px; 
			text-align:right;
		}
		#popad.dynamic{
			position:absolute;
			top:5%;
			left:40%;
			z-index:1000;		
		}
		html>body #popad.dynamic{
			position:fixed;
		}

