body{
	margin: 0;

}

.imageContainer{
	position: relative;
}

#slideshow {
	
}



#slideshow > a > img {
	max-width: 100%;
	height: auto;
}
#button {
	position: absolute;
	top: 30px;
	right: 40px; 
}

#button a {
	text-decoration: none;
	display: inline;
	text-align: center;
	vertical-align: middle;
	padding: 2px;

}

.roundd {

	border-radius: 50%;
}
.previousss {
	background-color: black;
	color: white;
	font-weight: bold;
}

.nexttt {
	background-color: black;
	color: white;
	font-weight: bold; 
	display: inline;
}
.pausepause{
	background-color: black;
	color: white;
	font-weight: bold; 
	font-size: 15px;
}