/*--------------------
__PhotoNav
nextEprevE1-5button
--------------------*/
#photonav {
	width : 260px;
}

#photonav ul{
	width: auto;
	margin : 0 0 0 10px;
	padding: 0;
}

#photonav li{
	display:inline;
	background: none;
	font-size: 90%;
	margin: 5px 1px;
}

/*--------------------
__photo_detail
--------------------*/
#photo_detail {
	float:left;
	width:100%;
}

.detail_right {
	float:right;
}

.detail_left {
	float: left;
	margin: 0 0 10px 0;
	padding-left: 20px;
	width: 440px;
}


/*--------------------
__pop
--------------------*/
.pop {
	width: 260px;
	margin: 0 0 10px 0;
	min-height: 250px;
	height: 260px;
	min-height: 21em; 
	background:#F9F0D5 url(/img/pop_bg_b.gif) no-repeat left bottom;
	color: #000000;
	font-size: .8em;
	line-height: 1.4em;
}
/*html>body .pop { min-height: 21em; }*/

.pop h3 {
	width: 235px;
	margin: 0;
	padding: 10px 10px 0 15px;
	background:#F9F0D5 url(/img/pop_bg_t.gif) no-repeat left top;
}


.pop dl {
	margin: 0;
	padding-left: 15px;
}

.pop dt, .pop dd {
	margin: 0;
	padding: 0;
}
.pop dt {
	clear:both;
	width: 60px;
	float: left;
}

.pop dd {
	width: 170px;
	margin-left: 60px;
}
