div#top_content_heading
{
	background: url(../image/portfolio_heading.gif) no-repeat;
	
}

div#lightbox_overlay
{
	position: absolute;
	background-color: black;
	opacity:0.4;
	filter:alpha(opacity=40);
	display: none;
}
	div#lightbox_container
	{
		position: absolute;
		background-color: white;
		display: none;
	}
		div#lightbox_close
		{
			width: 18px;
			height: 18px;
			display: none;
			overflow: hidden;
			background-color: red;
			cursor: pointer;
			float: right;
			margin-top: 10px;
			margin-right: 10px;
			background: url(../image/button_close.gif) no-repeat;
		}
		div#lightbox_target
		{
			padding: 10px 0 0 10px;
			overflow: hidden;
		}
		div.lightbox_loading
		{
			background: url(../image/loader.gif) 85px 90px no-repeat;
		}

div.portfolio_thumbs
{
	padding: 20px 0 0 10px;
}
	div.portfolio_thumbs_line
	{
		padding: 0 0 6px 0;
	}
		div.portfolio_thumb
		{
			overflow: hidden;
			display: block;
			float: left;
			padding-right: 6px;
		}
		div.last_thumb
		{
			width: 80px;
			padding-right: 0px;
		}
div#flashcontent_holder
{
	background-color: #eeeeee;
	padding: 6px;
}
	div#flashcontent
	{
		font-size: 10pt;
		background-color: #181818;
		padding: 20px 0 20px 10px;
	}
