.bildspel {
	position: relative;	
	height: 400px;
	width: 980px;
	cursor: pointer;
}

.bildspel div {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;		
	margin: 0px;
	padding: 0px;
	height: 400px;
	font-size:12px;

	z-index: 100;


	
}
