/* CAROUSEL
---------------------------------------------*/

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 605px; /*Width of Carousel Viewer itself*/
	height: 250px;
	z-index: 1;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
	z-index: 1;
	visibility: visible;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden;
	width: 630px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:250px;
	position:relative;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 2;
}

.stepcarousel .panel .projectDetails {
	float:left;
	width:230px;
	margin:35px 0 0 25px;
}

.stepcarousel .panel .projectDetails .title {
	font-size:16px;
	font-weight:bold;
}

.stepcarousel .panel .ribbonType {
	position:absolute;
	top:14px;
	left:224px;
	width:45px;
	height:43px;
}

.stepcarousel .panel .projectImg {
	position:absolute;
	top:0px;
	left: 22px;
	z-index: 3;
}

.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;
}

	clear: none;
}

