#portfolioLoadingPlace
{
	position:absolute;
	left:0;
	top:0;
	display:none;
	background: url('../images/portfolioBgGrey.png');
        z-index: 9000;
}

#portfolioItemPlace
{
	background: url('../images/portfolioBg.png') no-repeat;
	width: 1000px;
	height: 613px;
	margin-top: 80px;
}
div.itemImage, div.itemDescription { margin-top: 10px; }
div.itemImage {
	float: left;
	width: 630px;
	height: 503px;
	margin-left: -3px;
}
div.itemDescription {
	float: left;
	width: 246px;
	height: 504px;
	background: #c7c7c7;
	margin-left: 20px;
}
div.itemDescription h2 {
	text-align: center;
	font-family: Arial;
	font-size: 20px;
	color: #3f3f3f;
	font-weight: normal;
}
div.itemDescription p {
	font-family: Arial;
	font-size: 12px;
	color: #3f3f3f;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
}
div.itemDescription p a { color: #3f3f3f; }
div.itemDescription p a:hover { color: #909090; }

div.closeBtm { float: right; margin-right: 0px; margin-top: 4px; width: 100%; }

a.close
{
	float: right;
	width: 38px;
	height: 38px;
	background: url('../images/portfolioClose.png') no-repeat;
	display: block;
}

a.close:hover { background: url('../images/portfolioCloseHover.png') no-repeat; }

div.portfolioItem { float: left; }
div.leftLink { float: left; margin-top: 238px; margin-left: -15px;  }
div.rightLink { float: right; margin-top: 238px; margin-right: -10px;}

div.leftLink a, div.rightLink a { display: block; width: 43px; height: 48px; }
div.leftLink a { background: url('../images/portfolioLeftArrow.png') no-repeat; }
div.rightLink a { background: url('../images/portfolioRightArrow.png') no-repeat; }
div.leftLink a:hover { background: url('../images/portfolioLeftArrowHover.png') no-repeat; }
div.rightLink a:hover { background: url('../images/portfolioRightArrowHover.png') no-repeat; }

#portfolioList
{
	background: url('../images/portfolioBgFooter.png') no-repeat;
	background-position: 20px 20px;
	width: 1000px;
	height: 153px;
	margin-bottom: 20px;
	margin-top: -20px;
}

#portfolioListInner { float: left; margin-top: 5px; width: 1000px; margin-left: 0px; }

#portfolioListInner ul li
{
	list-style: none;
	float: left;
	margin-left: 6px;
	margin-right: 6px;
}

#portfolioListInner ul li a { float: left; border: 2px solid transparent; width: 137px; height: 110px; }

#portfolioItem { float: left; margin-left: 25px; margin-top: -5px; display: none; }