
/*close*/
.sprite {
	background: transparent url('http://www.mrssporty.de/fileadmin/fe-skin/default/stoerer/bg-icon.png') top left no-repeat;
}

/*Overlay*/
.overlay{	
	height:285px;
	margin:0 auto;
	margin-top:100px;
	width:391px;
	position: relative;
	z-index:5100;
}
	

.closebut,
.closebut_hover {
	background-position:-8px -11px;
	cursor:pointer;
	display:none;
	height:15px;
	position:absolute;
	right:28px;
	top:8px;
	width:15px;
	z-index:6000;
}
	
.closebut_hover{
	background-position:-8px -31px;
}


.morebut,
.morebut_hover {
	background-position:-8px -62px;
	cursor:pointer;
	display:none;
	height:56px;
	position:absolute;
	right:24px;
	top:235px;
	width:172px;
	z-index:6000;
}
	
.morebut_hover{
	background-position:-8px -128px;
}	