@charset "ISO-8859-1";

#photoShow {
	height:654px;
	width:369px;
	position: relative;
	float: left;
}
#photoShow div {
    position:absolute;
    z-index: 0;
}
#photoShow div.previous {
    z-index: 1;
}
#photoShow div.current {
    z-index: 2;
}
