#popover {
	color: #fff;
	background-color: #000;
	width: 450px;
	height: 526px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 500;
	margin-top: -268px;
	margin-left: -225px; }
	
#popover.hidden {
	visibility: hidden; }
	
	#popover .popwrapper {
		position: relative; }
	
	#popover img {
		display: block; }
	
	#popover a.nu_nl {
		display: block;
		text-decoration: none;
		width: 225px;
		height: 76px;
		position: absolute;
		left: 0;
		background-image: url('../img/ch1.png');
		background-color: #5e0000; }
	
	#popover a.nu_nl:hover {
		width: 225px;
		height: 76px;
		background-image: url('../img/ch1_h.png');
		background-color: #f37167; }
		
	#popover a.itunes {
		display: block;
		text-decoration: none;
		width: 225px;
		height: 76px;
		position: absolute;
		left: 225px;
		background-image: url('../img/ch2.png');
		background-color: #5e0000; }
	
	#popover a.itunes:hover {
		width: 225px;
		height: 76px;
		background-image: url('../img/ch2_h.png');
		background-color: #f37167; }
	
	#popover .close {
		position: absolute;
		top: 10px;
		right: 10px; }
		
		#popover .close a {
			color: #b72026;
			text-decoration: none; }
			
		#popover .close a:hover {
			color: #ffffff; }