
/* POP up 
========================================= */
#ajaxWrap { width:100%; height:100%; z-index:999; }
#wrapper { width:585px; height:525px; margin:0 auto; border:5px solid #fff; position:relative; background:url(../images/popup/jimmy_shannon.jpg) no-repeat; z-index:999;}
a img { border:0px none;}
#clickhere {
	width: 152px;
	height: 31px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}
#close {
	width: 68px;
	height: 26px;
	display: block;
	position: absolute;
	top: -9px;
	left: 512px;
	cursor: pointer;
}


