@font-face {
    font-family: "Watts";
    src: url('http://s3.amazonaws.com/custom-ebiz-fonts/latin-wide/LatinWide.eot');
    src: url('http://s3.amazonaws.com/custom-ebiz-fonts/latin-wide/LatinWide.eot?#iefix') format('embedded-opentype'),
    url('http://s3.amazonaws.com/custom-ebiz-fonts/latin-wide/LatinWide.svg#Watts') format('svg'),
    url('http://s3.amazonaws.com/custom-ebiz-fonts/latin-wide/LatinWide.woff') format('woff'),
    url('http://s3.amazonaws.com/custom-ebiz-fonts/latin-wide/LatinWide.ttf') format('truetype');
    font-style: normal;
}

/* -----------------------------------
	Epic Slideshow
----------------------------------- */
.slideshowWrapper { 
	text-align:center; 
	position: absolute; 
	z-index:-10; 
	left:50%; 
	margin-left:-800px; 
	margin-top:169px;
}
.slideshow { 
	height: 478px;
	width: 1600px;
	margin:0 auto;
	overflow:hidden;
}
#slideshow_text { 
	width:940px;
	height:400px;
	position:relative;
	font-family: "Roboto", arial, sans-serif;
	line-height:normal;
	text-transform: uppercase;
}
	#slideshow_text .slideshowTitle{
		font-size:37px;
		font-weight:700;
		z-index:10;
	}
	#slideshow_text.slideshowSubTitle{
		font-size:20px;
		font-weight:400;
		z-index:10;
	}
	#slideshow_text a.slideshowBtn,
	#slideshow_text a.slideshowBtn:visited{	
		display:inline-block;
		width:123px;
		height:25px;
		color:#E05206;
		font-size:9px;
		font-weight: 700;
		line-height:25px;
		margin-top:30px;
		padding:0px;
		text-align:left;
		text-decoration: none;
		border-radius: 5px;
		background: url(http://images.ebizautos.com/sites/96/images/slideshowBtn.png) no-repeat top left #f7f7f7;
		z-index:100;
	}
	#slideshow_text a.slideshowBtn:hover{
		color:#F35705;
	}
	#slideshow_text a.slideshowBtn span{
		padding-left:10px;
	}
	#slideshow_text .text_right{
		position: relative;
		right:0;
	}
	#slideshow_text .text_right .slideshowTitle{
		position: relative;
		top:54px;
		text-align:right;
	}
	#slideshow_text .text_right .slideshowSubTitle{
		position: relative;
		top:54px;
		text-align:right;
	}
	#slideshow_text .text_left{
		position: relative;
		left:0;
	}
	#slideshow_text .text_left .slideshowTitle{
		position: relative;
		top:54px;
		text-align:left;
	}
	#slideshow_text .text_left .slideshowSubTitle{
		position: relative;
		top:54px;
		text-align:left;
	}
	#slideshow_text .text_light{
		color:#fff;
	}
	#slideshow_text .text_dark{
		color:#001739;
	}
#slideshowControlsWrapper{ 
	width:940px;
	height:47px;
	margin-top:20px;
	margin-bottom:-10px;
	text-align:center;
	position: relative;
}
	#slideshowControlsWrapper a.btn_next,
	#slideshowControlsWrapper a.btn_prev{
		background: url(http://images.ebizautos.com/sites/5234/images/slideshowArrows.png) no-repeat;
		width:59px;
		height:29px;
		position: absolute;
		display:block;
	}	
	#slideshowControlsWrapper a.btn_next{
		background-position: top right;
		top:8px;
		right:180px;
	}
		#slideshowControlsWrapper a.btn_next:hover{
			background-position: bottom right;
		}
	#slideshowControlsWrapper a.btn_prev{
		background-position: top left;
		top:8px;
		left:180px;
	}	
		#slideshowControlsWrapper a.btn_prev:hover{
			background-position: bottom left;
		}
#nav { 
	width:420px; 
	margin:0 auto; 
	background-color:#222; 
	border-radius: 3px; 
	height:10px;
	position: relative;
	top:17px;
}
#nav a { 
	background: #222; 
	display:inline-block; 
	height:10px; 
	width:84px; 
	border-radius: 3px;
}
#nav a:hover{
	background-color:#283DC4;
}
#nav a:active, #nav a:selected, #nav a:visited { 
    border: none;
    outline: none;
}
#nav a.activeSlide { background: #444444; border-radius: 3px; }


/* -----------------------------------
	Testimonials
----------------------------------- */
.customTestimonialsWrapper{
font-size:13px;
line-height:18px;
width: 100%;
height:270px;
display:block;
overflow:hidden;
}
.customTestimonialsContent blockquote{
margin:0 10px 0 10px;
padding: 0px;
}
p.testimonialName{
float:right;
font-weight: bold;
}
a.custom_testimonialsBtn{
display: block;
margin: 0 auto;
width: 250px;
text-align:center;
font-size: 15px;
font-weight: bold;
padding: 10px 0;
color: #fff;
text-decoration: none;
background-color: #283DC4;
border-radius: 5px;
clear: both;
}
a.custom_testimonialsBtn:hover{
background-color:#5A5A5A;
}