/* pop up info images */
/* The following takes out the right margin on the right portfolio items */


.portfolio-item {
	position:relative;
	float: left;
	padding-right:10px;
	width:225px;

}
.portfolio-item img {
	width:225px;
	height:140px;;
}

.portfolio-description {
	width:225px;
	position:absolute;
	top:0px;
	background-color: #000000;
	text-align:left;
	text-transform: uppercase;
	padding-bottom: 11px;
}
.portfolio-description h1 {
	font-weight:bold;
	font-size: 14px;
	margin: 0px;
	padding-top: 19px;
	padding-bottom: 1px;

	padding-left: 17px;
	line-height:0;
	padding-bottom: 1px;
	background-color: #000;
	display: block;
	height:10px;

}
.portfolio-description p {
	display: block;
	line-height:2px;
	background-color: #000;
	padding-top:4px;
		padding-bottom: 7px;

	font-size: 11px;
		padding-top: 4px;
	padding-left: 17px;
}
.portfolio-description * {
	margin-bottom:10px;
	color:#fff;
}
