#project-display {
	width: 522px;
	float: left;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
}

#project-display-slider {
	width: 522px;
	height: auto;
	position: relative;
}

#project-display-slider #corners-top {
	width: 522px;
	height: 5px;
	display: block;
	background: url(images/projectcornerstop.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#project-display-slider #corners-bottom {
	width: 522px;
	height: 5px;
	display: block;
	background: url(images/projectcornersbottom.png) no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
#project-display ul {
	list-style: none;
}

#project-display-slider .textholder {
	display: none;
}

#project-display .thumbs {
	width: 100px;
	margin: 15px auto 0;
}

#project-display a.thumb {
	background: url(images/project-navigator.gif) no-repeat 0 0;
}

#project-display a.thumb:hover {
	background-position:0 -14px;      
}

/* active state (current page state) */
#project-display a.thumb.active {
	background-position:0 -28px;      
}


.thumbs {
	text-align: center;
	width: 150px;
	margin: 26px auto 0;
	z-index: 14;
	position: relative;
	
}


.thumb {
	display: block;
	width: 14px;
	height: 14px;
	float: left;
	margin: 2px;
	background: url(images/hero-navigator.gif) no-repeat;
	display: inline;
	cursor: pointer;
	text-indent: -9999px;
	}

/* items inside navigator */
a.thumb {
	width:14px;
	height:14px;
	float:left;
	cursor: pointer;
	margin:3px;
	background: url(images/hero-navigator.gif) no-repeat;
	display:block;
	text-indent: -9999px;
}

/* mouseover state */
a.thumb:hover {
	background-position:0 -14px;      
}

/* active state (current page state) */
a.thumb.active {
	background-position:0 -28px;      
}







	

