div#KSBlende {
	clear: both;
	width: 100px;
	height: 0px;
	background-image:url(grfx/ks_bgdarktransp.png);
	visibility: hidden;
	top: 0px;
	left:0px;
}

div#KSBlendeT {
	width: 100px;
	height: 0px;
	background-image:url(grfx/ks_bgdarktransp.png);
	visibility: hidden;
	top: 0px;
	left:0px;
}

div#KSInfo {
	position: fixed;
	left: 0px;
	top: 25px;
	width: 100%;
	display: none;
}

div#KSDetails {
	width: 650px;
	height: 400px;
	display: none;
	border: none;
}

#simplemodal-overlay {
        background-color:#000;
        cursor:wait;
}
#simplemodal-container a.modalCloseImg {
        background:url(grfx/x.png) no-repeat;
        width:25px;
        height:29px;
        display:inline;
        z-index:3200;
        position:absolute;
        top:-12px;
        right:-10px;
        cursor:pointer;
}


