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

#slider_holder {
	width:706px;
	height:auto;
	margin-left: 13px;
	}

#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: 706px; /*Width of Carousel Viewer itself*/
	height: 335px; /*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: 706px;
	height: 320px;
	left: 0;
	top: 0;
	float: left;
}

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

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

.project_image img{
	margin-top: 50px;
	height:250px;
	float:left;
	margin-left:30px;
	margin-top:10px;
	margin-right:10px;
	border: 0px;
}
.project_text {
	float:left;
	width:410px;
	height:300px;
	font-size: 12px;
	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;
	}
.project_text_car .span{
	width:430px;
	height:300px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	}	
#content_car
{
	width:570px;
	margin-left: 180px;
	height: 200px;
}
.panel_car
{
	width:470px;
	height: 200px;
}

