@charset "utf-8";
/* CSS Document */


#carousel_project {
	display:inline-block;
	width:600px;
	height:355px;
	margin:0px 0px 10px 10px;
	background:url(images/bg_caroussel_project.png) no-repeat #fff;
	padding:20px 0px 0px 0px;
	}

/*caroussel css */
.stepcarousel{
position: relative; 
overflow: scroll; 
width: 470px; 
height: 335px; 
margin:0 auto;
}

.stepcarousel .belt{
position: absolute; 
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; 
overflow: hidden; 
width: 470px;
}
.project_image {
	width:470px;
	height:335px;
	float:left;
	margin-right:5px;
	border:none;
}
a.project_image { border:none;}


/*eof slider */	

