#page {
	background: #1e1e1e;
}

#project_content, #project_content * {
	color: #c3c3c3;
}

#project_content {
	float: right;
	width: 350px;
}

#previous {
	display: block;
	float: right;
	padding-left: 15px;
	background: url(/images/application/previous.gif)  no-repeat left;
}

#page_navigation {
	float: right;
	width: 100px;
}

#thumbnails_wrapper {
	position: absolute;
	width: 262px;
	height: 165px;
	background: white;
	margin: 0;
  opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 5;
	right: -8px;
}

#portfolio_wrapper {
	position: relative;
}

ul#thumbnails {
	display: block;
	width: 235px;
	position: absolute;
	z-index: 10;
	margin: 10px 0 0 0;
	padding: 0;
	overflow: hidden;
	right: 0;
}

#thumbnails li {
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
}

#thumbnails li a img {
	border: none;
}

#thumbnails li a img {
	margin: 2px;
}

#thumbnails li a.on img{
 	margin: 0px;
  border: 2px solid #3a529a;
}

#loading {
	position: absolute;
	margin: 202px 0px 0px 320px;
  font-size: 12px;
	font-weight: ligher;
	padding: 5px;
	background: white;
	color: black;
	line-height: 16px;
}

#portfolio_navigation, #portfolio_navigation * {
	font-size: 9px;
	color: #8e8e8e;
	line-height: 12px;
}

#portfolio_navigation img {
	vertical-align: middle;
	border: 0;
}

#portfolio_navigation {
	right: -65px;
	width: 50px;
	top: 127px;
	position: absolute;
}

#portfolio_navigation *, #portfolio_navigation {
	text-decoration: none;
}

#large_image {
	margin-left: 0px;
	border-bottom: 1px dotted white;
}

#portfolio_navigation a {
	padding: 0;
	margin: 0;
	display: block;
}