.testimonial {
	width: 582px;
	height: 109px;
	position: relative;
	padding: 20px;
}

.testimonial_wrapper {
	width: 582px;
	overflow: auto;
	height: 109px;
	position: absolute;	
	top: 0;
	left: 0;
	margin: 20px;
}

.testimonial_side_container {
	margin-top:25px;
	height:269px;
	padding:20px;
	position: relative;
	width:239px;	
}

.testimonial_side_wrapper {
	width: 239px;
	overflow: hidden;
	height: 269px;
	position: absolute;	
	top: 0;
	left: 0;
	margin: 20px;
}

/* Width below is max for Opera */
.testimonial .testimonial_wrapper ul,
.testimonial_side_container .testimonial_wrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

.testimonial ul li {
	display: block;
	float: left;
	padding: 0;
	height: 109px;
	width: 582px;
	margin: 0;
}

.testimonial_side_container ul li {	
	display: block;
	float: left;
	padding: 0;
	height: 269px;
	width: 239px;
	margin: 0;
}


.testimonial .arrow,
.testimonial_side_container .arrow {
	display: block;
	text-indent: -9999px;
	position: relative;
	top: -45px;
	cursor: pointer;
}
.testimonial .forward,
.testimonial_side_container .forward {
	background: url(../images/arrow_next.png) no-repeat;
	width: 13px;
	height: 15px;
	float: right;
	margin-left: 20px;
	margin-right: -20px;
}
.testimonial .back,
.testimonial_side_container .back {
	background: url(../images/arrow_prev.png) no-repeat;
	width: 13px;
	height: 15px;
	float: right;
}

#thumbNav {
	position: relative;
	top: 323px;
	text-align: center;
	display: none;
}
#thumbNav a {
	color: black;
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background: #c58b04 url(images/cellshade.png) repeat-x;
	text-align: center;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#thumbNav a:hover {
	background-image: none;
}
#thumbNav a.cur {
	background: #e0a213;
}
#start-stop {
	background: green;
	background-image: url(images/cellshade.png);
	background-repeat: repeat-x;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 45px;
	top: 323px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
#start-stop.playing {
	background-color: red;
}
#start-stop:hover {
	background-image: none;
}
/*
  Prevents
*/
.testimonial .testimonial_wrapper ul ul,
.testimonial_side_container .testimonial_side_wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.testimonial .testimonial_wrapper ul ul li,
.testimonial_side_container .testimonial_side_wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}
