@charset "UTF-8";
/* CSS Document */

/***** PORTFOLIO STYLES *****/
.portfolio {
	margin-top: -40px;
}
.coverflow {
	position: relative;
	margin: 0 auto;
	width: 780px;
}
#showcase {
	position: relative;
	width: 650px;
	margin: 0 auto;
	height: 270px;
}
#showcase li {
	width: 250px;
	height: 250px;
	float: left;	
	list-style-type: none;
	cursor:pointer;
}				
#showcase li img {
	width: 100%;
	height: 100%;
}
a.controls {
	position: absolute;
	top: 126px;
	width: 28px;
	height: 34px;
	color: transparent;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
a.next {
	right: 0;
	background-image: url(../images/arrow-right.png);
}
a.previous {
	background-image: url(../images/arrow-left.png);
}
a.controls:hover {
	border-color: #2097FA;
}
.content-replace {
	position: relative;
	margin-top: 0;
	z-index: 20;
	padding-bottom: 30px;
}
.item-content {
	font-size: 10pt;
}
.item-content h2 {
	font-size: 13pt;
	text-align: center;
	margin-top: -95px;
	padding-bottom: 30px;
	height: 1%;
}
.item-content h2 span.url {
	display: block;
	font-size: 10pt;
	text-align: center;
	width: 100%;
	margin-top: -2px;
	padding-bottom: 18px;
}
.item-content h2 a {
	text-decoration: none;
}
.item-content h2 span.url a { color: #494949; }
.content-text {
	float: left;
	width: 600px;
	border-right: 1px solid #c8c8c8;
	padding-left: 10px;
	padding-right: 50px;
	float: left;
}
.content-text h3 {
	padding-left: 10px;
	padding-top: 15px;
	margin-bottom: 10px;
	color: #001a33;
}
.content-images {
	float: right;
	width: 250px;
	padding-bottom: 20px;
}
