@charset "utf-8";
#photoshow {
	height: 360px;
	width: 640px;
	position: relative;
	margin: 20px auto 10px;
	border: 5px solid rgba(0,0,0,.7);
	clear: both;
}
#photoshow div {
	position: absolute;
	z-index: 0;
}
#photoshow div.previous {
	z-index: 1;
}
#photoshow div.current {
	z-index: 2;
}/* CSS Document */
