#prevBTN {
	height: 65px;
	width: 69px;
	margin-left: 50%;
	position: absolute;
	left: -344px;
	top: 350px;
	z-index:10;
}

#nextBTN {
	height: 65px;
	width: 69px;
	margin-left: 50%;
	position: absolute;
	left: 276px;
	top: 350px;
	z-index: 10;
}
#dealerBTN {
	position: fixed;
	top: 0px;
	left: 155px;
	margin-left: 50%;
	z-index: 10;
	width: 270px;
	height: 40px;
	padding:0px;
	background-image: url(../images/dealer-btn.png);
	background-repeat: no-repeat;
	cursor: pointer;
	text-align: center;
}

#dealerInfo {
	text-align: center;
	width: 250px;
	margin-left: 50%;
	position: absolute;
	left: 20px;
	top: 695px;
	z-index: 10;
	cursor: pointer;
}

#fullSite {
	width: 800px;
	margin-left: 50%;
	left: -400px;
	position: absolute;
	background-image: url(../images/main_bkg_pages.jpg);
	background-repeat: no-repeat;
	z-index:5;
}
#fullSite #siteHeader {
	position: relative;
	width: 800px;
	height: 90px;
}
#siteNav {
	text-align: center;
	padding: 0px 130px;
}
#fullSite #siteBody {
	background-image: url(../images/body_bkg.gif);
	background-repeat: repeat-y;
	background-position: 125px;
	width: 551px;
	padding-right: 124px;
	padding-left: 125px;
	position: relative;
	margin-top: 4px;
}
#fullSite #siteBody #sbContent {
	width: 551px;
	position: relative;
}
.trVideo {
	height: 250px;
	width: 330px;
	margin-left: 50%;
	position: absolute;
	left: -165px;
	top: 232px;
}
.atrVideo {
	height: 250px;
	width: 519px;
	text-align: center;
	
}
#fullSite #siteBody #sbFooter {
	background-image: url(../images/footer_bkg.gif);
	overflow: hidden;
	position: relative;
	height: 19px;
	width: 551px;
}

#fullSite #siteFooter {
	position: relative;
	width: 530px;
	padding: 5px 135px;
	height: 30px;
}

