#Title span { display: none; }
#Title
{
	float: left;
	display: inline;
	height: 29px;
	overflow: hidden;
	position: relative;
	top: 1px;
	width: 76px;
}

.Nav
{
	float: left;
	display: inline;
	width: 496px;
	height: 18px;
	overflow: hidden;
	margin-top: 7px;
}

	.Nav #projects
	{
		position: relative;
		float: left;
		display: inline;
		width: 437px;
		height: 18px;
		overflow: hidden;
	}
	
	.Nav li
	{
		float: left;
		display: inline;
		height: 18px;
		overflow: hidden;
	}
	
	.Nav li a span { display: none; }
	.Nav li a
	{
		display: block;
		width: 23px;
		height: 18px;
		background: transparent url(../images/projects/bt_off.gif) no-repeat left top;
	}
	
	.Nav a.previous span { display: none; }
	.Nav a.previous
	{
		float: left;
		display: inline;
		width: 23px;
		height: 18px;
		background: transparent url(../images/projects/bt_previous.gif) no-repeat left top;
	}
	
	.Nav a.next span { display: none; }
	.Nav a.next
	{
		float: left;
		display: inline;
		width: 23px;
		height: 18px;
		background: transparent url(../images/projects/bt_next.gif) no-repeat left top;
	}
	
	.Nav li a.On
	{
		position: relative;
		background: transparent url(../images/projects/bt_on.gif) no-repeat left top;
		top: -18px;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	
	.Nav li.On a.On
	{
		opacity: 1;
		filter:alpha(opacity=100);
	}

.hr
{
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	display: block;
	border-top: 1px solid #1f6980;
	border-bottom: 1px solid #559fb5;
}

#PrjName
{
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.0;
	filter:alpha(opacity=0);
	float: left;
	display: none;
	background: transparent url(../images/projects/ms_pname_mid.gif) repeat-x left top;
	white-space: nowrap;
	height: 22px;
}

	#PrjName a
	{
		float: left;
		display: inline;
		height: 22px;
		background: transparent url(../images/projects/ms_pname_right.gif) no-repeat right top;
		padding-right: 10px;
		color: #307c95;
		font-size: 9px;
		line-height: 17px;
		text-transform: lowercase;
	}
	
	#PrjName span
	{
		float: left;
		display: inline;
		height: 22px;
		background: transparent url(../images/projects/ms_pname_left.gif) no-repeat left top;
		padding-left: 5px;
	}

.details
{
	margin: 10px 0px 0px 85px;
	color: #ffffff;
}

	.details h2
	{
		font-size: 22px;
		font-weight: normal;
		height: 22px;
		text-align: left;
	}
	
	.details .OtherCat
	{
		display: none !important;
	}
	
		.details .OtherCat li
		{
			float: left;
			display: inline;
			padding-right: 20px;
			background: transparent url(../images/projects/sep_others.gif) no-repeat right top;
		}
		
		.details .OtherCat li.NoSep
		{
			background: none;
		}
	
			.details .OtherCat a 
			{
				font-family: Verdana, serif;
				font-size: 9px;
				color: #6fafc2;
			}
			
	.details p
	{
		color: #c3e4eb;
		font-size: 9px !important;
		margin-left: 2px;
		_margin-top: -5px;
	}
		
		.details p strong,
		.details p span,
		.details p a
		{
			color: #c3e4eb;
			font-weight: normal;
		}
		
		.details p br
		{
			display: none;
		}
		
.images
{
	background-color: #ffffff;
	margin: 7px 0px 0px 85px;
	padding: 9px 0px;
	height: 290px;
	_height: 308px;
	float: left; 
	display: inline;
	overflow: hidden;
}

	.images div
	{
		float: left;
		display: inline;
	}
	
	.images #imgs
	{
		padding: 0px 9px;
		overflow: hidden;
		position: relative;
	}
		.images ul li
		{
			position: absolute;
			top: 0px;
			left: 9px;
			width: 100%;
			padding-right: 9px;
			background: #fff;
		}
	
	.images div.left,
	.images div.right
	{
		width: 30px;
		height: 100%;
	}
		
	.images .left a span { display: none; }
	.images .left a
	{
		display: block;
		background: transparent url(../images/projects/bt_left.gif) no-repeat 12px center;
		width: 100%;
		height: 100%;
	}
	
	.images .right a span { display: none; }
	.images .right a
	{
		display: block;
		background: transparent url(../images/projects/bt_right.gif) no-repeat 2px center;
		width: 100%;
		height: 100%;
	}
