
/* CAROUSEL
---------------------------------------------*/

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 962px; /*Width of Carousel Viewer itself*/
	height: 405px; /*Height should enough to fit largest content's height*/
	margin-top:10px;
	margin-left:-6px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
}

.stepcarousel .panel{
	background:url(../images/bkg-caroussel_konkours-jeux-concours.jpg) 0 0 no-repeat;
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin:2px;
	width: 962px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:405px;
	position:relative;
}

.stepcarousel .panel .projectDetails {
	float:left;
	width:230px;
	margin:35px 0 0 25px;
	font-size:12px;
}

.link {
	padding: 5px 0px 5px 0px;
	margin-top: 10px;
	font-size: 16px;
	color:#c4e846;
}

.link a {
	padding: 5px 0px 5px 0px;
	margin-top: 10px;
	font-size: 16px;
	color:#c4e846;
}


.boxed a {
	font-weight: bold;
	color:#c4e846;
}

.intro-detail {
	padding: 5px 0px 8px 0px;
	font-weight:bold;
}

.stepcarousel .panel .projectDetails .title {
	font-size:16px;
	font-weight:bold;
}

.stepcarousel .panel .ribbonType {
	position:absolute;
	top:15px;
	left:227px;
	width:47px;
	height:47px;
}

.stepcarousel .panel .projectImg {
	position:absolute;
	top:20px;
	right:14px;
}

.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;
}

.new {
	background:url(../images/ribbon_new.png) 0 0 no-repeat;
}


