/*enlargement styles*/

#photopage #menu li.pastprojects{
top: 10;}

#previewFull
{width: 855px;
text-align:center;
}

#imageHolder {
width: 855px;
background: #ebebeb;
margin: 0 0 7px 0;
padding: 0;
}

#imageHolder img {
margin: 0;
padding: 0;
}

.detailNav {
	width: 100%;
	float:left;
	clear: both;
	text-align: center;
	background: #fff;
}

.detailNav ul {
	margin: 10px auto;
	text-align: center;
}

.detailNav ul li {
	display:inline;
	text-align: center;
	list-style: none;
	padding: 5px;
	font-size: 0.7em;
}

.detailNav ul li a{
	color: #999;
	text-decoration: none;
	}
	
.detailNav ul li a:hover{
	color: #000;
	text-decoration: none;
	}
	
.detailNav ul li.previous a{
	background: url(../images/arrow_prev.gif) center left no-repeat;
	padding: 0 0 0 18px;
	}
	
.detailNav ul li.previous a:hover{
	background: url(../images/arrow_prev_hover.gif) center left no-repeat;
	}	
	
.detailNav ul li.next a{
	background: url(../images/arrow_next.gif) center right no-repeat;
	padding: 0 18px 0 0;
	}
	
.detailNav ul li.next a:hover{
	background: url(../images/arrow_next_hover.gif) center right no-repeat;
	}
	
.detailNav ul li.index a{
	padding: 0 18px 0 18px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	}
	
a img {
	border: 0;
}



