#portfolio {
	background: #FFFFFF;
	border: 1px solid #B3B3B3;
	height: 410px;
	margin: 0px 0px 15px 4px;
	overflow: hidden;
	position: relative;
	width: 950px !important;
}

.portfolio-slide {
	height: 410px;
	overflow: hidden;
	position: absolute;
	width: 950px;
}

.portfolio-wrapper {
	height: 410px;
	position: relative;
	width: 950px;
}

.portfolio-image {
	left: -25px;
	position: absolute;
	top: 0px;
}

.portfolio-details {
	background: url(images/arrow.png) no-repeat top left;
	bottom: 0px;
	height: 410px;
	right: 0px;
	position: absolute;
	top: 0px;
	width: 500px;
}

.details-info {
	background: #FFFFFF;
	float: left;
	height: 410px;
	margin-left: 55px;
	padding: 20px;
	position: relative;
}

.info-label {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	height: 25px;
	line-height: 1;
	white-space: nowrap;
}

.info-title {
	color: #4D4D4D;
	font-size: 25px;
	font-weight: bold;
	height: 30px;
	letter-spacing: -1px;
	line-height: 1;
	margin: 5px 0px;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	width: 195px;
}

.info-title a, .info-title a:link, .info-title a:visited, .info-title a:hover, .info-title a:active {
	color: #000000 !important;
	text-decoration: none !important;
}

.info-title .fade {
	background: url(images/vertical-fade.png) repeat-y top right;
	bottom: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 20px;
}

.info-content {
	height: 200px;
	overflow: hidden;
	position: relative;
	text-align: justify;
}

.info-content .fade {
	background: url(images/horizontal-fade.png) repeat-x bottom left;
	bottom: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	height: 20px;
}

.info-content p {
	margin-bottom: 10px;
	text-align: justify;
}

.info-read {
	background: url(images/case-study.png) no-repeat top left;
	bottom: 65px;
	height: 40px;
	position: absolute;
	right: 20px;
	text-align: right;
	width: 197px;
}

.info-link {
	background: url(images/full-portfolio.png) no-repeat top left;
	bottom: 20px;
	height: 40px;
	position: absolute;
	right: 20px;
	text-align: left;
	width: 197px;
}

.info-read a, .info-link a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding: 7px 15px 5px 15px;
}

.info-read a, .info-read a:link, .info-read a:visited {
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.info-read a:hover, .info-read a:active {
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.info-link a, .info-link a:link, .info-link a:visited {
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.info-link a:hover, .info-link a:active {
	color: #FFFFFF !important;
	text-decoration: none !important;
}



