/* CAROUSEL
---------------------------------------------*/

/* Easy Slider */

	#slider
	{
		position: relative;
		height: 310px;
		width: 630px;
	}
	#slider ul
	{
		height: 310px;
	}
	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:630px;
		height:310px;
		overflow:hidden; 
		}				

	.panel_bg
	{
		background-image: url(../images/bk_featured.png);
		background-repeat: no-repeat;
		width: 630px;
		height:310px;
		font-size: 8pt !important;
		line-height: normal !important;
	}

	.project_details
	{
	float:left;
	width:230px;
	padding: 100px 0px 0px 32px;
	}

	.project_details2
	{
	float:left;
	width:250px;
	padding: 100px 0px 0px 95px;
	}
	
	span#prevBtn{}
	span#nextBtn{}	

/* // Easy Slider */



.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 630px; /*Width of Carousel Viewer itself*/
	height: 310px;
	margin-bottom: 20px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
	z-index: 1;
	visibility: visible;
}

.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: 630px; /*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:230px;
	margin-top: 100px;
	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;
}
#slider .belt .panel .projectDetails p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}

.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;
}
.stepcarousel .panel .projectDetails2 {
	float:left;
	width:230px;
	margin-top: 100px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 360px;
	z-index: 3;
	position: absolute;
}
.quotename {
	font-size: 0.85em;
	font-weight: bold;
	color: #3A93C8;
	text-align: right;
	line-height: 1.2em;
	display: block;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

