#project {
	width: 215px;
}

#project #image {
	position: absolute;
	right: 0;
	top: 0;
}

#project h1, #project h2 {
/*	text-transform: lowercase;*/
	font-size: 12px;
	line-height: 1.6667em;
	margin: 0;
	padding: 0;
	clear: both;
}

#project p {
	line-height: 1.2727em;
	margin-bottom: 1.2727em;
}

#project #copy {
	height: 415px;
	overflow: auto;
}

a.imgTrig {	
	width: 14px;
	height: 16px;
	display: block;
	background: url(/img/imgPagerCircle.gif) no-repeat 3px 4px ;
	overflow: hidden;
	text-indent: 100px;
}

.categoryTitle {
	float: left;
	clear: left;
}

a.prevProject, a.nextProject {
	width: 14px;
	height: 16px;
/*	display: inline;*/
	float: left;
	background: url(/img/nextProject.gif) no-repeat 3px 2px ;
	overflow: hidden;
	text-indent: 100px;
}

a.nextProject:hover {
	background-image: url(/img/nextProject_on.gif);	
}

a.prevProject {
	clear: left;
}

a#previous, a#next {
	width: 16px;
	height: 16px;
	display: block;
	background: url(/img/previous.gif) no-repeat top left ;
	overflow: hidden;
	text-indent: 100px;
	float: left;
	margin: 0 2px 0 0;
}

a#previous.disabled {
	background-image: url(/img/previous-disabled.gif)
}

a#next {
	background-image: url(/img/next.gif);
	margin: 0 0 0 2px;
}

a#next.disabled {
	background-image: url(/img/next-disabled.gif)
}


#images {
	display: inline;
}

#images li {
	list-style: none;
	float: left;
}

.dynamic #images li {
	display: none;	
}

a.imgTrig.on {
	background-image: url(/img/imgPagerCircle_on.gif);	
}

#project a:link, #project a:visited {
	color: #fff;
}

#projectCategories {
	margin-bottom: 0;
}

#pdfLink a:link, #pdfLink a:visited, #projectCategories a:link, #projectCategories a:visited {
	color: #82827B;
}

#projectCategories li {
	list-style: none;
}

#controls {
	position: absolute;
	bottom: 14px;
	left: 14px;
	width: 215px;
}

#controls #arrows {
	position: absolute;
	right: 0;
	bottom: 0;
}

#controls p {
	color: #82827B;	
	margin-bottom: 0;
}