.Slider {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1;
	overflow:hidden;
	border-radius: 10px;
}

.PicSlider{
	width:100%;
	height:100%;
	background-position: center center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	opacity: 0;
	transition: opacity 2.5s;
	position:absolute;
	top:0px;
}