<style>
#contents {
    width:882px;
    position:relative;
}
#imgPhoto {
	position:relative;
	width:1000px;
	height:487px;
	overflow:hidden;
}
#imgPhoto ul {
	position:relative;
	width:882px;
	height:487px;
	padding:0;
	margin:0;
}
#imgPhoto li {
    position:absolute;
    display:none;
    left:0px;
    top:0px;
}
#photoNav {
	position:absolute;
	z-index:200;
	width:460px;
	height:20px;
	top:580px;
	left: 84px;
}
#photoNav ul {
    position:relative;
}
#photoNav li{
	float:left;
	margin-right:5px;
	list-style-type: none;
}
#photoNav li:hover {
    cursor:pointer;
}
</style>
