﻿#MainMenu_4 { background-color: #575757; }
#Portfolio { padding-top: 20px; }
#PortfolioTitle { text-align: center; margin-top: -15px; }
#PortfolioTitle a {	color: #282828;	font-size: 20px; text-decoration: none; }
#PortfolioTitle a:hover { text-decoration: underline; }
#ItemDescription { width: 450px; float: left; }
#ItemDescription h1 { color: #595287; font-size: 24px; margin-top: 5px; }
#ItemDescription p { margin-top: 20px; font-size: 13px;	line-height: 16px; }
#ItemDescription span {	display: block;	margin-top: 20px; color: #282828; font-size: 12px; }
#ItemDescription a { color: #595287; font-size: 14px; text-decoration: none; }
#ItemDescription a:hover { color: #020202; text-decoration: underline; }
#ItemSlideshow { width: 360px; float: right; }
#ItemSlideshow a { color: #020202; text-decoration: none; font-size: 14px; }
#ItemSlideshow a:hover { text-decoration: underline; }
#ItemSlideshow .alignright { margin: -10px 15px 0 0; }
#Slideshow
{
	width: 360px;
	height: 300px;
	overflow: hidden;
	position: relative;
}
#Slideshow #Image
{
	width: 351px;
	height: 283px;
	position: relative;
	border: none;
	display: none;
	z-index: 1;
}
#Slideshow #DummyImage
{
	width: 351px;
	height: 283px;
	position: absolute;
	border: none;
	display: none;
	z-index: 1;
	top: 0;
	left: 0;
}
#Slideshow #TransparentGif
{
	position: absolute; 
	width: 351px;
	height: 283px;
	border: none;
}
