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


#carousel {
	display:inline-block;
	width:920px;
	height:260px;
	margin:20px 20px 0px 20px;
	background:url(images/bg_caroussel.png) no-repeat #fff;
	padding:20px 0px 0px 0px;
	}

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

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

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

.project_text {
	display:inline-block;
	width:799px;
	height:20px;
	color:#8dbe48;
	font-family:"Tahoma", sans-serif;
	font-weight:bold;
	padding:10px 10px 0px 10px;
	}

/*eof slider */	
