#banner {position:relative;}
.sliderwrapper{
	position:absolute; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width:634px;
	height:258px;
	}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	width:634px;
	height:258px;
	}

.pagination{
	position:absolute;
	z-index:50;
	margin:230px 0 0 200px;
	height:12px;
	left: 314px;
	width: 116px;
	}

.pagination a{
	text-decoration:none; 
	background:url(/images/pag_nav.jpg) no-repeat 0 0;
	margin:0 6px 0 0;
	width:12px;
	height:12px;
	display:block;
	float:left;
	}

.pagination a:hover, .pagination a.selected{
	background:url(/images/pag_nav_hover.jpg) no-repeat 0 0;
	width:12px;
	height:12px;
	}

.slide{
	width:228px;
	height:231px;
	padding:27px 20px 0 386px;
	}	

#slide_first{
	background:url(/images/precast_banner.jpg) no-repeat 0 0;
	width:228px;
	height:231px;
	padding:27px 20px 0 386px;
	}

#slide_second{
	background:url(/images/civil_banner.jpg) no-repeat 0 0;
	width:228px;
	height:231px;
	padding:27px 20px 0 386px;
	}	
	
#slide_third{
	background:url(/images/demo_banner1.jpg) no-repeat 0 0;
	width:228px;
	height:231px;
	padding:27px 20px 0 386px;
	}	

#slide_fourth{
	width:228px;
	height:231px;
	padding:27px 20px 0 386px;
	background-image: url(/images/demo_banner2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
#slide_fifth{
	background:url(/images/home-surface.jpg) no-repeat 0 0;
	width:228px;
	height:231px;
	padding:27px 20px 0 386px;
	}
	
#slide_sixth{
	width:228px;
	height:231px;
	padding:27px 20px 0 386px;
	background-image: url(/images/home-res.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}


.slide_heading{
	padding:0 0 13px 0;
	margin:0;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:120%;
	}
	
.slide_text{
	padding:0 0 14px 0;
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:125%;
	}
	
.slide_link{
	padding:0 0 0 10px;
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#ffb408;
	line-height:110%;
	background:url(/images/bullet.gif) no-repeat left center;
	cursor:pointer;
	}
	
.slide_link a:link, .slide_link a:visited{
	text-decoration:none;
	color:#ffb408;
	}
	
.slide_link a:hover{
	text-decoration:underline;
	}
