/* Styles for Testimonials text slider */

.textSlider1 {
	width: 265px;
	height: 530px;
	position: relative;
	margin: 0 auto 31px;
	padding: 0;
	overflow: visible;
}

.textSlider1 .as2wrapper {
	width: 265px;
	overflow: hidden;
	height: 520px;
	margin: 0px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFFFFF;
}

.textSlider1 .as2wrapper ul {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	margin: 0;
	font-family: "Lucida Sans", Trebuchet, Tahoma, sans-serif;
	color: #666;
}

.textSlider1 .as2wrapper ul li {
padding: 1.5em;
}

.textSlider1 ul .stacks_out {
	display: block;
	float: left;
	padding: 0;
	height: 500px;
	width: 265px !important;
	margin: 0;
	overflow: hidden;
	color: #666666;
}

.textSlider1 ul .stacks_out .stacks_out {
	display: block;
	width: auto !important;
}

.textSlider1 .arrow {
	display: block;
	bottom: 0%;
	height: 50px;
	width: 50px;
	text-indent: -9999px;
	position: absolute;
	cursor: pointer;
	margin-bottom: 0px;
}

#content .textSlider1 .forward {
	right: -0px;
	margin-right: -1px;
	margin-left: 1px;
	background: transparent url(../img/button/forward1.png) no-repeat right bottom;
	border-bottom: none;
}

#content .textSlider1 .back {
	left: -0px;
	background: transparent url(../img/button/back1.png) no-repeat left bottom;
	border-bottom: none;
}

#content .textSlider1 .forward:hover {
	background: transparent url(../img/button/forwardh1.png) no-repeat right bottom;
}

#content .textSlider1 .back:hover {
	background: transparent url(../img/button/backh1.png) no-repeat left bottom;
}

.textSlider1 #thumbNav {
	position: relative;
	top: 520px;
	text-align: center;
	padding: 11px 0 0;
}

.textSlider1 #thumbNav a {
	color: black;
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background: transparent url(../img/button/normal1.png) no-repeat center center;
	text-align: center;
}

.textSlider1 #thumbNav a:hover {
	background: transparent url(../img/button/normal1.png) no-repeat center center;
}

.textSlider1 #thumbNav a.cur {
	background: transparent url(../img/button/current1.png) no-repeat center center;
}

.textSlider1 .as2wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}

.textSlider1 .as2wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

.textSlider1 ul {
	padding: 0;
	margin: 0;
}

.textSlider1 #start-stop {
	display: none;
}

.textSlider1 #start-stop.playing {
	display: none;
}

span.testimonial {
	font-size: .9em;
	line-height: 1.7em;
}

span.testimonialName {
	font-style: italic; 
	font-size: .75em; 
	letter-spacing: .1em;
	line-height: .75em;
	color: #999;
}

