/* Gallery styles */

#galleryPortfolio {
	width:620px;
	overflow:hidden;
}

#slidesPortfolio {
	/* This is the slide area */
	height:474px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:620px;
	overflow:hidden;
	margin:0;
	padding:0;
}

.slidePortfolio{
	float:left;
}

.slidePortfolio img { margin-top:12px; }

.slideText {
	 position:inherit;
	 overflow:hide;
	 padding:4px 0 8px 0;
	 /* background:url(/portfolio/images/panel.png) bottom no-repeat; */
	 height:34px;
	 text-align: center;
}

.slideText h3 {
	 font-size: 20px;
	 color:green;
	 font-weight: normal;
	 margin: 0;
	 padding: 0 20px 23px 20px;
}

.slideText h3.photo {
	 background:url(images/getty-images-contributing-photographer.png) center 28px no-repeat;
}

.slideText h3.web {
	 background:url(images/joomla-photoshelter-wordpress.png) center 30px no-repeat;
}

.slideText h3.logo {
	 background:url(images/logolounge.png) center 28px no-repeat;
}

.slideText h3.marketing {
	 background:url(images/vertical-response.png) center 28px no-repeat;
}

#menuPortfolio{
	/* This is the container for the thumbnails */
	display:none;
}

ul.Portfolio{
	margin:0;
	padding:0;
}

ul.Portfolio li.menuItemPortfolio {
	/* Every thumbnail is a li element */
	list-style:none;
	text-align:right;
}

ul.Portfolio li.inact:hover {
	/* The inactive state, highlighted on mouse over */
	padding-top:0;
	margin-top:0;
	outline:none;
	background-color:transparent;
}

ul.Portfolio li.act,li.act:hover {
	/* The active state of the thumb */
	background:url(images/active_bg.png) right no-repeat;
	padding-top:0;
	margin-top:0;
	margin-right:-42px;
	outline:none;
	background-color:transparent;
}

ul.Portfolio li.act .portfolioLink, li.act:hover .portfolioLink {margin-right:42px;}

ul.Portfolio li.act a {
	cursor:default;
	outline:none;
	background-color:transparent;
}

ul.Portfolio li.menuItemPortfolio a, ul.Portfolio li.menuItemPortfolio a:hover {
	font-size:36px;
	color:slategray;
	font-weight:normal;
	padding:0;
	margin:0;
	background:none;	
}

a img{
	border:none;
}

/* Text Links */

#menuPortfolioText {

}

ul.PortfolioText li.menuItemPortfolioText a {
	font-size:36px;
	color:slategray;
	font-weight:normal;
	padding:0;
	margin:0;
	text-align:right;	
}


/* The styles below are only necessary for the demo page */

#mainPortfolio{
	/* The main container */
	margin:0 auto;
	width:620px;
	position:relative;
}



