.slideshow {
	 position: relative; 
	width: 100%;

	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.slideshow > div { 
    position: absolute; 
	width: 100%;
    top: 0px; 
    left: 0px; 
    right: 0px; 
 
}