#mbImage {
	padding: 0;
	
}
#mbBottom {
	display: none;
}
div#val1{
	width:500px;
	height:332px;
	position:relative;
	background: #ffffff url(/athena/site/image/actie.jpg) left top no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	div#val1 .content{
		width:225px;
		height:100px;
		position:absolute;
		top:225px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		left:20px;
		color:#666666;
	}
	div#val1 .buttons{
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		color:#666666;
		width:230px;
		height:100px;
		position:absolute;
		top:225px;
		left:250px;
	}
	div#val1 .buttons a{
		color:#888888;
		text-decoration:underline;
		cursor:pointer;
	}
	div#val1 .buttons .pinkbutton{
		font-size: 16px;
		color: #ff4593;
		font-family: Monotype Corsiva,Arial, Helvetica, sans-serif;
		background:transparent;
		border: 1px solid #ff4593 !important;
		margin: 8px 15px 8px 0;
		cursor:pointer;
	}
	div#val1 .buttons .greybutton{
		font-size: 16px;
		color: #888888;
		font-family: Monotype Corsiva,Arial, Helvetica, sans-serif;
		background:transparent;
		border: 1px solid #d9d7d7 !important;
		margin: 8px 0 8px 0;
		cursor:pointer;
	}
	div#val1 .close{
		position:absolute;
		left:482px;
		top:2px;
		color:#ba0015;
		font-family:Verdana, Geneva, sans-serif;
		font-size:14px;
		cursor:pointer;
	}
