/*--------{ 5Q Communications -- homepage portfolio CSS }--------*/
/*--------{ created by Heath Gerlock @ 5Q Communications, Inc. 7.2.2007 }-------*/
/*--------{ visit http://www.5Qcommunications.com/ -- five questions that change the web. }--------*/

/* @group Portfolio */

#portfolioWrapper {
	position: relative;
	min-width: 995px;
	height: 300px;
	/* background: transparent url(../images/feature-bg.png) repeat-x 0 0; */
	}

#portfolioContent {
	}
	
#portfolioContent h3.shadowParent {
	position: absolute;
	left: -1px;
	_left: -2px;
	top: -1px;
	_top: -2px;
	color: #fff;
	padding: 10px 0;
	_padding: 8px 0;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
}

#portfolioContent h2.shadowChild {
	position: relative;
	left: 1px;
	_left: 2px;
	top: 1px;
	_top: 2px;
	color: #000;
	_color: #131b5c;
	padding: 10px 0;
	_padding: 8px 0;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	filter: alpha(opacity=20); /*sets the transparency in IE*/
	opacity: 0.5; /*set the transparency in FF & other browsers - not supported in IE*/
}

#projects {
	position: absolute;
	width: 995px;
	overflow: hidden;
	}

#track {
	margin-top: 15px;
	padding-bottom: 40px;
	display: block;
	width: 995px;
	overflow: hidden;
	}

.projectHolder {
	position: relative;
	margin: 0 55px 0 55px;
	float: left;
	width: 201px;
	}

.projectTitle {
	padding: 0 0 4px 0;
	}

.projectTitle a {
	font-size: 1.8em;
	color: #fff;
	text-decoration: none;
	}
	
.projectTitle a:hover {
	color: #fff;
	text-decoration: underline
	}

.projectDes {
	font-size: 12px;
	color: #fff;
	font-style: italic;
	margin-bottom: 7px;
	}
	
.projectImage {
	margin: 0;
	}

.projectImageSelect a {
	position: absolute;
	width: 202px;
	height: 175px;
	}

.projectImageSelect a:hover {
	background-color: #131b5c;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;		
	opacity:0.7;
		}
.left-arrow {
	position: absolute;
	display: none;
	width: 22px;
	margin-left: -43px;
	padding: 105px 0 0 0;
	}

.right-arrow {
	position: absolute;
	display: none;
	width: 22px;
	margin-left: 995px;
	padding: 105px 0 0 0;
	}
	
.left-arrow a {
	position: absolute;
	height: 22px;
	width: 22px;
	background: transparent url(/assets/templates/fiveq/images/arrow_left.jpg) no-repeat top right;
	}

.right-arrow a {
	position: absolute;
	height: 22px;
	width: 22px;
	background: transparent url(/assets/templates/fiveq/images/arrow_right.jpg) no-repeat top right;
	}

.right-arrow a:hover, .left-arrow a:hover {
	background-position: top left;
	}

.buttonBlue {
	position: absolute;
	right: 0;
	color: #fff;
	font-size: .9em;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	border: 1px solid #083e7c;
	background: #0076bc url(/assets/templates/fiveq/images/tile_blue_btn.gif) repeat-x left center;
	cursor: pointer;
	padding: .3em .5em;
	margin: 22px 0 0 0;
}
.buttonBlue:hover {
	color: #fff;
	background: #0087d8 url(/assets/templates/fiveq/images/tile_light_blue_btn.gif) repeat-x left center;
	border: 1px solid #083e7c;
	text-decoration: none;
}


/* @end */
