@charset "UTF-8";
/* CSS Document */

#photoShow {
	height: 225px;
	float: right;
	width: 350px;
	margin-right: 10px;
	margin-top: 20px;
	opacity: .91;
	/* for IE */
  	filter:alpha(opacity=91);
}

#photoShow div {
	position: absolute;
	z-index: 0
}
#photoShow div.previous {
	z-index: 1
}

#photoShow div.current {
	z-index: 2
}
