		#popad{
			padding:5px;
			border:1px solid #999;
			background:#eee;
			width:200px;
		}
		#popad_footage{
			height:250px;
			width:200px;
		}
		#popad_footage a{
			display:block;			
			height:250px;
			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:270px;
			width:200px;
		}
		#popad.dynamic #popad_footage a{
			height:240px;
		}
		#popad.dynamic #popad_footage a#popad_close{
			color:#ddd;
			height:20px;
		}
		#popad.dynamic{
			position:absolute;
			top:4em;
			left:50%;		
		}
		html>body #popad.dynamic{
			position:fixed;
		}
