<style type="text/css">

#photoshow {
	width:86px;
	height: 84px;
	border:0px solid #000;
	overflow:hidden;
}

#photoshow div {
	/* position:absolute; */
     position:absolute;
     right:200px;
	z-index:0;
	width:170px;
	height: 89px;
	overflow:hidden;
}

#photoshow div.previous {
	z-index: 1;
}

#photoshow div.current {
	z-index: 2;
}

</style>