img {
	border:none;
}
/* image replacement */
        .graphic, #prevBtn, #nextBtn, #s_trucks1prev, #s_trucks1next {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */
	.home_trucks_content {
	position:relative;
	margin:0px 0px 0px 26px
}
/* Easy s_trucks */

	#s_trucks ul, #s_trucks li,  #s_trucks2 ul, #s_trucks2 li {
	margin:0;
	padding:0;
	list-style:none;
}
#s_trucks2 {
	margin-top:1em;
}
#s_trucks li, #s_trucks2 li {
	/* 
			define width and height of list item (slide)
			entire s_trucks area will adjust according to the parameters provided here
		*/ 
	width:590px;
	height:230px;
	overflow:hidden;
}
.home_trucks_content #prevBtn, .home_trucks_content #nextBtn,  .home_trucks_content #s_trucks1next, .home_trucks_content #s_trucks1prev {
	display:block;
	width:10px;
	height:70px;
	position:absolute;
	left:-10px;
	top:78px;
	z-index:1000;
}
.home_trucks_content #nextBtn, #s_trucks1next {
	left:590px;
}
#prevBtn a, #nextBtn a,  #s_trucks1next a, #s_trucks1prev a {
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/slideshow/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a, #s_trucks1next a {
	background:url(../images/slideshow/btn_next.gif) no-repeat 0 0;
}

