/* testimonials cycle */
#testimonial-cycle { margin-bottom:4em; }
/*width is important: no pause when mouse next to div*/ 
/* #testimonial-projects { height:300px;  width:920px; background: red; } */
/*   #testimonial-projects p { overflow:hidden; height:300px; width:920px; } */
#testimonial-projects { height:300px;  width:600px; background: white; }
	#testimonial-projects p { overflow:hidden; height:300px; width:600px; }
	
	#testimonial-projects p a,
	#testimonial-projects p a:hover { text-decoration:none; display:block; border: 0; }
	#testimonial-projects p a img { position:absolute; z-index:1; top:0; left:0; border: 0!important; }
	#testimonial-projects p a .testimonialinfo { 
	  position:relative; 
	  z-index:4; 
/* 	  display:inline-block; */
	  }
/* 	a span.heading-1 { font-size:30px; margin-top:140px; margin-bottom:6px; } */
/* 	a span.heading-2 { font-size:40px; } */
/* testimonial cycle */
#testimonial-projects p a .testimonialinfo span  { 
  display: inline-block;
  width: auto;
  padding: 10px;
}
#testimonial-projects p a .testimonialinfo .source  { 
  margin-top:145px; 
  margin-left:10px;
  margin-right: 180px;
  padding: 5px 10px;
  font-size: 0.8em;
}
#testimonial-projects p a .testimonialinfo .quote  { 
  margin-top: 2px;
  margin-left:10px;
  margin-right: 40px;
  font-family: georgia, serif;
  line-height: 1.2em;
}
.airtime #testimonial-projects p a .testimonialinfo .source { background: #ff5d1a; }
.services #testimonial-projects p a .testimonialinfo .source { background: #b8904d; }
.newscoop #testimonial-projects p a .testimonialinfo .source { background: #007fb3; }

#nav-cycle { margin-top:8px;  }
#nav-cycle a { 
  display:inline-block; 
  text-indent:-9999px; 
  overflow:hidden; height:12px; width:12px; padding:4px; 
  background:transparent url(img/testimonialcycle/cycle_bg.png) 0px -20px no-repeat; 
}
#nav-cycle a:hover { background:transparent url(img/testimonialcycle/cycle_bg.png) 0px 0px no-repeat; }
#nav-cycle a.activeSlide { background:transparent url(img/testimonialcycle/cycle_bg.png) 0px 0px no-repeat; }