#slideshow{
	position: relative;
	width: 200px;
	height: 200px;
	overflow: hidden;
}
#slideshow img{
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 200px;
}
#pause1{
	z-index:100;
}


