#slideshow {
	overflow: hidden;
	position: relative;
	width: 385px;
	height: 184px;
	align: center;
	background-color: #c7bbaf;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	cursor: hand;
}

