#slideshow{
	width:695px;
	height:561px;
	position:relative;
	overflow:hidden;
}
.slide{
	width:695px;
	height:561px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
	background-color:#333;
}
