/* use a semi-transparent image for the overlay */ 
div.overlay, #overlay { 
    /*background-image:url(../images/white.png); */
	background-color:#fff;
    height:495px;
    display:none;
    padding:20px;
    width:775px;
} 

#overlayPortrait {
    /*background-image:url(../images/white.png); */
	background-color:#fff;
    height:495px;
    display:none;
    padding:20px;
    width:435px;
}

div.overlay div.close, #overlay div.close {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/overlay_close.jpg) no-repeat scroll 0 0;
	cursor:pointer;
	height:14px;
	position:absolute;
	right:2px;
	top:2px;
	width:15px;
}
 
/* container for external content. uses vertical scrollbar, if needed */ 
div.contentWrap { 
    height:500px; 
    overflow-y:auto; 
} 

a.wk_link img {
	height:23px;
	width:151px;
	padding: 20px 0;
}