#contents00 {
	    width:950px;
		position:relative;
		margin:10px auto;
}
#imgPhoto {
	    position:relative;
		z-index:5;
		width:950px;
		height:300px;
		overflow:hidden;
}
		
#imgPhoto ul {
	    position:relative;
		width:950px;
		height:295px;
		padding:0;
		margin:0;
}
#imgPhoto li {
	    position:absolute;
		display:none;
		left:0px;
		top:0px;
}
/*---------------------------- 写真現在位置 ----------------------------*/

#photoNav {
	position:absolute;
	z-index:6;
	width:200px;
	height:20px;
	top:250px;  /*** ボタンの表示位置 ***/
	left:10px;
}
#photoNav ul {
	    position:relative;
}
#photoNav li{
	    float:left;
		margin-right:5px;
        list-style:none;
}
#photoNav li:hover {
	    cursor:pointer;
}
