﻿#popout {
	margin: 0;
	padding: 0;
	/*width: 400px;*/
	height: 400px;
	position: absolute;
	top: 200px;
	left: 0;
	z-index: 100;
	/*overflow: hidden;*/ 

}
	
#popout a, #popout a img {
	text-decoration: none;
	border: 0;
	outline: 0; }
	
#popout a span {
	display: none; }
	
#popout #cap {
	width: 41px;
	height: 400px;
	position: relative;
	left: 0;
	z-index: 102; }
	
#popout a#close {
	position: absolute;
	top: 0;
	background: transparent url(transparent.gif);
	left: 240px;
	height: 20px;
	width: 60px; }
	
#popout #adbox {
	position: absolute;
	top: 5px;	
	left: 20px;
	z-index: 101;
	margin-left: -600px; }