/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider {
	width: 750px;
	height: 265px;
	position: relative;
	margin: 0 auto;
	z-index: 5;
}
.anythingSlider .wrapper {
	width: 750px;
	overflow: auto;
	height: 265px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider .wrapper ul {
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	margin: 0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 265px;
	width: 750px;
	margin: 0;
	position: relative;
}
#thumbNav {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	margin: 0 15px 8px 0;
	z-index: 10;
}
#thumbNav a {
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	width: 24px;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0;
	margin: 0 0 0 5px;
	background: url(../images/slide-nav.png) no-repeat top;
	text-align: center;
}
#thumbNav a:hover {
	background: url(../images/slide-nav.png) no-repeat bottom;
}
#thumbNav a.cur {
	background: url(../images/slide-nav.png) no-repeat bottom;
}
/*
  Prevents
*/
.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}
/* Individual Uses */
.featuredProjects {
	position: relative;
}
.fpBar {
	height: 40px;
	width: 100%;
	position: absolute;
	z-index: 9;
	bottom: 0;
	color: #fff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	text-align: left;
	padding-left: 15px;
}
.featuredProjects h3 {
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	border-right: 1px solid #999;
	padding: 0 10px 0 5px;
	margin: 10px 10px 10px 0;
	float: left;
	color: #fff;
	text-transform: uppercase;
	height: 20px;
}
.featuredProjects p {
	font-size: 10px;
	line-height: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	float: left;
	color: #aaa;
	text-transform: uppercase;
}
.featuredProjects .featured-image {
	position: relative;
	z-index: 1;
}