#showCase {	
	/*border: 1px solid #FFFFFF;*/
}


#showcaseImg {
	position: absolute;
	left: 40%;
	/*background-image: url(../portfolio/images/showcase.jpg);*/
	width: 297px;
	height: 46px;

}


#showcaseNav {



	height: 48px;
	/*background-image: url(../portfolio/images/showcaseBar.jpg);*/
	position: relative;
	display: block;

	padding: 0;

	margin: 0 0 15px 0;

	/*border-bottom: 1px solid #fff;*/
	

}


#portfolioTable .pItem {

	border: 1px solid #ccc;
	
	display: block;
	
	padding: 15px;
	

}

#portfolioTable .pItem:hover {

	border: 1px solid #ccc;
	
	background-color: #ffe;
	
	

	

}


.showcaseList {
	font-size: 0.9em;
	width: 90%;
	border: 0px solid #FFFFFF;
	
}

.showcaseList a {
	font-size: 0.9em;	
}

.showcaseList ul {
	padding-left: 27px;
	margin: 0;
	
}

.showcaseList li {
	padding: 3px 0 0 0;
	margin: 0;
	
}

.showcaseList ul li {
	 text-align: justify;	
}






.portfolioData {
	color: #333;
}




.portfolioTitle {
	font-size: 1.7em;
	font-weight: bold;
	
	padding-bottom: 3px;
	color: #333;


}

.portfolioTitle:hover {
	color: <?='#'.$linkHoverColor?>;
	/*text-decoration: underline;*/
}


.portfolioContents {
	color: #333;

}

.portfolioContents a img {
	border: double #333;


}

.portfolioContents a img:hover {
	/*border: 2px solid #062132;*/

}




#leftArrow, #rightArrow {
	width: 46px;
	height: 46px;

	position: absolute;
	
	margin: 0px;
	padding: 0px;
	background-image: url(../portfolio/images/arrows2.jpg);

}


#leftArrow {
	left: 0;
	top: 0;
	background-position:top left;
}
#rightArrow {
	right: 0;
	top: 0;
	background-position:top right;
}

#leftArrow:hover {
	background-position:bottom left;
	bottom: 0;
	left: 0;
}
#rightArrow:hover {
	background-position:bottom right;
	bottom: 0;	
	right: 0;
}





.technologiesList {
	font-size: .8em;;
}

.dimP, .brightP {
	display: inline;

	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;

	font-size: 1.1em;
	
	cursor: pointer;
}

.dimP {
	/*background-color: #272727;*/
	color: #eff;
		
}

.dimP:hover {
/*	background-color: #005898;*/
	color: #333;
}

.brightP {
	background-color: ;	
	border: 1px solid #333;
	color: #FFF;
}


.brightP:hover {
/*	color: #FFF;*/
}



