/* landing pages */

#landingText{
	margin: 12px;
	text-align: left;
/*	font-family: "WalkwaySemiBold"; */
}

#landingText img{
	float: left;
	margin: 0px 10px 60px 0px;
	width: 548px;
}


/* Testimonials */

#reviewGallery{
	height: 80px;
	width: 700px;
	margin: 0px 90px 20px 90px;
	padding: 10px;
	background-color: #f6f6f6;
	position: relative;
}

#reviewGallery .active{
	opacity:0;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.reviewHolder{
	font-size: 16px;
	padding: 15px;
}
.reviewText{
	color: #111111;
	height: 38px;
	overflow: hidden;
	margin-bottom: 10px;
}
.reviewInfo a{
	float: right;
	color: #111111;
	font-family:'WalkwayUltraBold'; 
	letter-spacing:1px; 
	text-decoration:none;
	text-transform:uppercase; 
	cursor: pointer;
}

.reviewInfo a:hover{
	color:#d22126;
}
.navIndex{
	display: none;
}
