
/* the overlayed element */
.modal_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../i/modal/modal_white_496px.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:496px;		
	
	/* some padding to layout nested elements nicely  */
	padding:0px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.modal_overlay .close {
	/* background-image:url(../i/buttons/modal_close.png); */
	position:absolute; right:0px; top:0px;
	cursor:pointer;
	height:550px;
	width:496px;
	background:url(../i/trans.gif);
}

#cats_afoot .modalWrap{
	padding:0px;
	height:550px;
	overflow-y:auto;
}