@charset "utf-8";
#slider_bt {
	background-image:url(../images/big_bg_head.png);
	height:190px;
}
#slider_bt_car {
	background-image:url(../images/big_bg_head.png);
	height:200px;
	width: 470px;
	margin-left: 50px;
}

#slider_holder {
	width:570px;
	height:180px;
	border-bottom:thin #BCD1DE solid;
	border-top:thin #BCD1DE solid;
}	

#slider_holder_car {
	width:470px;
	height:200px;
	}	
#text_title	{
	height:152px;
	float:left;
	width:350px;
	}
#page_title	{
	height:152px;
	float:right;
	width:600px;
	text-align:right;
	}	
/*slider css */
.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 570px; /*Width of Carousel Viewer itself*/
	height: 180px; /*Height should enough to fit largest content's height*/
	margin:0 auto;	
}
.stepcarousel_car{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 500px; /*Width of Carousel Viewer itself*/
	height: 200px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BCD1DE;
	border-bottom-color: #BCD1DE;
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	width: 570px;
	height: 100px;
}

.stepcarousel_car .belt_car{
	position:relative;
	width: 490px;
	height: 200px;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 570px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 180px;
}
.project_image {
	width:300px;
	height:160px;
	float:left;
	margin-right:5px
}

.project_text {
	float:left;
	width:260px;
	height:160px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	text-align: justify;
	}
.project_text .span{
	float:left;
	width:430px;
	height:300px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	}	
.project_text_car {
	width:430px;
	height:200px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	text-align: justify;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 20px;
	padding-top: 10px;
	}
.project_text_car h2{
	font-size:18px;
	font-family:"Century Gothic", Arial, sans-serif;
	color:#037db0;
	margin:0px 0px 10px 0;
	line-height:20px;
	font-weight:normal;
}
.project_text_car .span{
	width:430px;
	height:300px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	}	
#content_car
{
	width:570px;
	height: 200px;
	margin-top: 30px;
}
.panel_car
{
	width:490px;
	height: 200px;
}
