div#imageholder {
	width:615px;
	height:315px;
	overflow:hidden;
	margin-top:7px;
}

div#featured-project-navigation {
	height:30px;
	line-height:30px;
	color:#969696;
}

div#featured-project-navigation a,
div#featured-project-navigation a:link,
div#featured-project-navigation a:visited,
div#featured-project-navigation a:active {
	color:#969696;
	text-decoration:none;
}

div#featured-project-navigation a:hover {
	color:#000;
	text-decoration:none;
}

.imLoading
{
    background: url(../images/featured-spinner.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width:615px;
	height:315px;
}

div#featuredprojectnumbers {
	text-align:right;
	position:absolute;
	padding-top:10px;
	width:415px;
	margin-left:200px;
	visibility: hidden;
}

div#featured-project-content {
	padding:20px 0px 20px 0px
}

div#featured-project-content p {
	color:#222222;
display:block;
font-size:120%;
text-decoration:underline;
padding:0px 0px 3px 0px;
margin:0px;
}

div#featured-project-content p a,
div#featured-project-content p a:link,
div#featured-project-content p a:visited,
div#featured-project-content p a:active {
	color: #222222;
	text-decoration: underline
}

div#featured-project-content p a:hover {
	color: #000;
	text-decoration: underline
}