/* CAROUSEL
---------------------------------------------*/

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 940px; /*Width of Carousel Viewer itself*/
	height: 310px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
	z-index: 1;
}

.stepcarousel .panel{
	background:url(../images/bk_featured.png) 0 0 no-repeat;
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin:0px;
	width: 940px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:310px;
	position:relative;
}

.stepcarousel .panel .projectDetails {
	float:left;
	width:235px;
	margin-top: 45px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 32px;
	z-index: 3;
	position: absolute;
}
#slider .belt .panel .projectDetails a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	display: block;
}
#slider .belt .panel .projectDetails a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	display: block;
}

.stepcarousel .panel .projectDetails .title {
	font-size:2.7em;
	font-weight:normal;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	line-height: 1.2em;
}
#slider .belt .panel .projectDetails p {
	font-size: 1.3em;
	color: #FFF;
	line-height: 1.5em;
}

.stepcarousel .panel .ribbonType {
	position:absolute;
	top:14px;
	left:237px;
	width:45px;
	height:43px;
	z-index: 4;
}

.stepcarousel .panel .projectImg {
	position:absolute;
	top:14px;
	right:20px;
	z-index: 1;
}

.web {
	background:url(../images/ribbon_web.png) 0 0 no-repeat;
}

.logo {
	background:url(../images/ribbon_logo.png) 0 0 no-repeat;
}

.print {
	background:url(../images/ribbon_print.png) 0 0 no-repeat;
}
