#photo_wrapper {
	height:	200px;
	width: 406px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}


#photos {
	height:	300px;
	width: 12000px;
	position: relative;
	z-index: 2;
	top: 0;
	left: 0;
}

#photos ul {
	list-style: none;
	clear:both;
	float: left;
	height: 85px;

}

#photos li {
	float: left;
	width: 93px;
	height: 75px;
	margin-right: 10px;
	/*min-width: 450px;*/
	/*text-align:center;*/
/*  width:auto !important;
  width:450px;*/

}

#photos li img {
margin: 0 auto;	
}

#photos li.loading {
	/*width: 334px;
	height: 354px;*/
	margin: 0 10px 0 0;
	background-image:url(images/preloaded.gif)
	border: 1px solid #999;
}


#imagenav {
clear: both;	
}
#imagenav div {
display: none;
}

#next {
position:absolute;	
top: 290px;
left: 460px;
z-index: 50;
display: block;
width: 35px;
height: 36px;
	background:url(images/nextbtn.png) top left no-repeat;

}

#next.grey {
background: url(images/nextbtn_grey.png) top left no-repeat;	
}

#previous {
position:absolute;	
top: 290px;
left: 10px;
z-index: 50;
display: block;
width: 35px;
height: 36px;
background:url(images/prevbtn.png) top left no-repeat;
}

#previous.grey {
background: url(images/prevbtn_grey.png) top left no-repeat;	
}

#next span,
#previous span {
margin: 0 0 0 -10000px;	
}

/****** PROJECT NAV **********/

#row_nav {
	margin: 0 auto;
	padding: 10px 0;
}
#row_nav ul {
list-style: none;	
margin: 0;
padding: 0;
}
#row_nav li {
float: left;	
}
#row_nav a {
margin-right: 10px;
}

#row_nav img {
border: 1px dashed #fff;	
}

img, div { behavior: url(/css/iepngfix.htc) }

