.simple_overlay {
	display:none;
	z-index:10000;
	background-image: url(/images/webelemente/transparent.png);
    width: 656px;
	height: 526px;	
	min-height:200px;
	-webkit-box-shadow: 0 0 90px #000;
	text-align: center;
	color: #fff;
	font-size: 0.8em;
	overflow: hidden;
	top: 0px !important;
}

.simple_overlay .simple_overlay_text {
    width: 585px;
    margin: 50px auto 0 auto;
}

.simple_overlay .close {
	background-image:url(/images/webelemente/apple-close.png);
	background-repeat: no-repeat;
	position:absolute;
	right: 3px;
	top: 8px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#triggers {
	text-align:center;
}

#triggers img {
	cursor:pointer;
	margin:0 5px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

img[src='/images/aktionen/1/27.gif'] {
    cursor: pointer;
}