#project_title h1 {
	float: right;
	display: block;
	width: 300px;
	text-align: right;
	margin: 0 2px 0 0;
}

#project_title h2 {
	float: right;
	display: block;
	width: 300px;
	text-align: right;
	margin-top: 0px;
	margin-right: 2px;
	color: #9d9d9d;
	font-size: 11px;
}

#project_selector {
	float: left;
	display: block;
	margin-top: -15px;
}

#toggle_thumbs {
	display: block;
	float: left;
	padding-left: 50px;
	background: url(/images/application/thumbs.gif) 0px 2px no-repeat;
}

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

#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: 502px;
	background: white;
	margin: 0;
  opacity: 0.5;
	filter:alpha(opacity=50);
	z-index: 5;
	height: 100px;
}

ul#thumbnails {
	display: block;
	width: 472px;
	position: absolute;
	z-index: 10;
	padding: 15px;
	overflow: hidden;
}

#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 white;
}

#portfolio_navigation {
	background: #dadada;
	padding: 2px 5px;
	margin: 5px 1px 2px 1px;
}

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

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

#large_image_caption {
	background: #b5b5b5;
	color: white;
	padding: 3px 5px 5px 6px;
	font-weight: bold;
	margin: 2px 1px 0 1px;
	text-align: left;
}

#tooltip {
	width: 200px;
	margin: 5px 5px 5px 0px;
	z-index: 99;
	padding: 10px; 
  border: 3px solid #b5b5b5;
  background: white;
}

#tooltip  p {
	margin: 0;
	padding: 0;
}

#large_image {
	margin-left: 0px;
}