/* -----------------------------------
	Custom Interior Pages
--------------------------------------------------------------------------------------------- */
.custom_interiorWrapper{
font-size:14px;
line-height:18px;
}
.custom_column_oneThird{
width:280px;
float:left;
margin-right:30px;
}
	.custom_row{
		padding:0 15px;
	}
	.custom_column_oneThird h4{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:20px;
		font-weight:bold;
		color: #002047;
		line-height:22px;
		margin:20px 0;
	}
	.custom_column_oneThird ul{
		margin:0;
		padding-left:20px;
	}
	.custom_column_oneThird ul li{
		margin-bottom:5px;
	}	
/* -----------------------------------
	Out of State Buyers/Sales to Canada
/* --------------------------------- */
#slides {
  display: none
}
.custom_slideshowContainer {
  position: relative;
  padding-left:3px;
}

	#slides .slidesjs-navigation {display:block; width:30px; height:30px; background:url(https://images.ebizautos.com/sites/8857/images/arrows.png) no-repeat; text-indent:-9999px; border:0; position:absolute; bottom:10px; z-index: 999;}
	#slides .slidesjs-next{background-position:-30px 0; left:75px}
	#slides .slidesjs-previous{left:15px}    
	.slideLabel_left{
		position: absolute;
		top:0;
		left:15px;
		width:420px;
		text-align:left;
	}
	.slideLabel_right{
		position: absolute;
		top:0;
		right:15px;
		width:420px;
		text-align:left;
	}
	.slideTitle{
		margin-top:80px;
		margin-bottom:10px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:30px;
		font-weight: bold;
		color: #002047;
		line-height:30px;
	}
	.slideLabel_right .slideTitle{
		color: #002047;
	}		
	.slideContent{
		line-height:22px;
		font-size:18px;
	}
	.slideLabel_right .slideContent{
		color:#fff;
	}
.custom_inventoryButtonWrapper{
	padding:40px 30px;
	border:5px solid #EFEFEF;
	border-radius: 5px;
	color:#002047;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	margin-top:50px;
}
.custom_inventoryButtonWrapper a{
	float:right;
	margin-top:-10px;
}
a.btn_blue,
a.btn_blue:visited{
	padding:10px 30px;
	font-size:14px;
	font-weight: bold;
	font-family: arial, sans-serif;
	background-color: #002047;
	border-radius: 5px;
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align:center;
}
a.btn_blue:hover{
	background-color:#444444;
}
/* -----------------------------------
	General
--------------------------------------------------------------------------------------------- */
.last{
margin:0;
}