#title { color:#DE6200; }

div#project-links {
	font-weight:bold;
	font-size:1em;
}
div#project-links div { display:inline; margin-left:5px;}
div#project-links img {
	padding: 0 5px;
	vertical-align:middle;
}

#slideshow {
	overflow:hidden;
}

#slides { position:relative; width:390px; height: 439px; margin: 0 auto; }

#slides img {
	width:390px;
	height:439px;
}

#slides img.stage {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
#slides img.off {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#thumbnails { list-style: none; margin: 10px auto; padding: 0; }

#thumbnails li { list-style: none; float: left; margin: 1px; padding: 2px; border: 1px solid #000; opacity: 0.2; filter: alpha(opacity = 20); cursor: hand; cursor: pointer;}
#thumbnails li:hover { border: 1px solid #555555; opacity: 0.6; filter: alpha(opacity = 60); }
#thumbnails li.current { border: 1px solid #DE6200; opacity: 1; filter: alpha(opacity = 100); }

#thumbnails img { width: 70px; border: none; display: block; }

#controls {
	margin: 20px auto;
	text-align:center;
	font-weight: bold;
}

#controls a {
	display: inline-block;
	margin: 0 10px;
}

#controls a#previous {
	width: 115px;
	background: url('/images/portfolio/nextprev.gif') -13px 0 no-repeat;
	text-align: right; 
}

#controls a#next {
	width: 90px;
	background: url('/images/portfolio/nextprev.gif') 77px 0 no-repeat;
	text-align: left; 
}