/* CAROUSEL
---------------------------------------------*/

.stepcarousel{
	overflow: hidden; /*leave this value alone*/
	width: 900px; /*Width of Carousel Viewer itself*/
	height: 332px; /*Height should enough to fit largest content's height*/
	margin-top:0px;
	margin-left: 0px;
	position: relative;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
	width: 900px;
	overflow: hidden;
	height: 332px;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin:0px;
	width: 900px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:332px;
}

.stepcarousel .panel .projectDetails {
	float:left;
	width:260px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	height: 312px;
	position: relative;
	z-index: 10;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-image: url(../site_images/bg_trans.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=bg_trans.png,
	sizingMethod='scale');
}

.stepcarousel .panel .projectDetails .title {
	font-size:16px;
	font-weight:bold;
}

.stepcarousel .panel .ribbonType {
	position:absolute;
	top:63px;
	left:306px;
	width:45px;
	height:43px;
}

.stepcarousel .panel .projectImg {
	top:0px;
	right:0px;
	width: 900px;
	float: right;
	height: 332px;
	position: absolute;
	z-index: 5;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
