ul,ol,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/*----------------------------

----------------------------*/
#contents {
	width: 520px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#imgPhoto {
	position: relative;
	z-index: 100;
	width: 520px;
	height: 365px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
/*----------------------------

----------------------------*/

#photoNav {
	position: absolute;
	z-index: 200;
	width: 150px;
	height: 10px;
	top: 335px;
	left: 219px;
}
#photoNav ul {
	position:relative;	
}

#photoNav li{
	float:left;
	margin-right:5px;		
}

#photoNav li:hover {
	cursor:pointer;	
}
/*----------------------------

----------------------------*/
#imgPhoto ul {
	position: relative;
	width: 520px;
	height: 365px;
	padding: 0;
	margin: 0;
}
#imgPhoto li {
	position:absolute;
	display:none;	
	left:0px;
	top:0px;
}
