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

#slideshow img a{
	position: absolute;
	left: 0;
	top: 0;
	border: none;
}

