/*
== front page elements
*/
#testimonials {
  height:265px;
  width:515px;
  /*background: #1a2541;*/
  position:relative;
  font-family:Arial, Helvetica, sans-serif;
}
#testimonials-get-started-button {
  position:absolute;
  left:375px;
  bottom:15px;
 
}
.testimonial {
  position:absolute;
  left:0;
  top:0;
  width:515px;
  height:265px;
}
#testimonials ul {
  position:relative;
  /*background:url(testimonials-buttons-bg.png) no-repeat top left;
  background:url(testimonials-buttons-bg2.png) no-repeat top left;
  left:42px;
  top:263px;*/
  margin-top:0;
  left: 475px;
  width:216px;
  height: 36px;
}
#testimonials li {
  display:inline;
}
#testimonials li a {
  width:205px;
  height: 36px;
  padding-top:17px;
  margin-right:7px;
  /*overflow:hidden;*/
  background-image:transparent;
  display:block;
  background: #1a2541;
  font-size: 10px;
  color:#FFFFFF;
  text-decoration:none;
  padding-left: 5px
}
#testimonials li#testimonial-6-link a { margin-right:27px; }
#testimonials li a.active, #testimonials li a:hover {
  /*background-image:url(testimonials-buttons-bg.png);
  background-image:url(testimonials-buttons-bg2.png);*/
  display:block;
  width: 205px;
  height: 36px;
  background-color:#175f75;
}


li#testimonial-pauseplay-link a, li#testimonial-pauseplay-link a:hover {
  /*background-image:url(testimonials-buttons-bg.png);
  background-image:url(testimonials-buttons-bg2.png);*/
  
  background-position:-194px 17px;
  margin-right:0;
}
.playing li#testimonial-pauseplay-link a, .playing li#testimonial-pauseplay-link a:hover { background-position:-194px 0px; }

.inner-block .testimonial h2 {
  font-weight:lighter;
  font-size:16px;
  font-family: Arial, sans-serif;
  position:absolute;
  top:218px;
  left:7px;
  bottom:195px;
  background-image:none;
  width:495px;
  line-height:20px;
  padding:0;
  color:#FFFFFF;
  font-weight: bold;
}

.testimonial a:link, .testimonial a:visited {
	color: #FFFFCC;
	font-size: 0.7em;
	text-decoration:none;
	border-bottom: #FFFFCC dotted 1px; 
}

.testimonial a:hover {
	color: #FFFFFF;
	font-size: 0.7em;
	text-decoration:underline;
}

.inner-block .testimonial p {
  position:absolute;
  top:252px;
  left:7px;
  width:497px;
  font-size:11px;
  color:#FFFFFF;
}
img.testimonial-photo {
  position:absolute;
  height: auto;
  width: auto;
  left:1px;
  top:1px;
  background: #1a2541;
  border:1px solid #1a2541;
  display:block;
}
