/* modify shared styles */
#mainContent {
	margin-top: 10px;
}

/* page specific */
#testimonialsHeader {
	width: 100%;
	height: 35px;
	background-color: #efe799;
}
#testimonialsHeader img {
	margin-top:5px;
	padding: 5px 89px 4px 30px;
	background-color: #fff;
}
.testimonial {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(../img/dots_horizontal.gif) bottom left repeat-x;
	width: 100%;
}

.testimonial img {
	float: left;
	margin-right: 7px;
	width: 100px;
	height: 100px;
}
.testimonial .copy {
	float: left;
	width: 670px;
}
.testimonial .copy .signature {
	color: #666;
}
#paging {
	float: right;
	line-height: 24px;
	height: 24px;
}
#paging img {
	margin-top: expression((24 - this.height)/2);
}
#paging .sep {
	background: url(../img/dots_vertical.gif) top center repeat-y;
	padding: 0 3px;
}

/* MOBILE */

.mobi .testimonial .copy {
	float: none;
	width: auto;
}

.mobi #paging {
	float: none;
}

.mobi #paging .prev {
	float: left;
}

.mobi #paging .next {
	float: right;
}

.mobi #testimonialsHeader {
	height: 31px;
}

.mobi #testimonialsHeader img {
	margin: 5px 0 0 7px;
	padding: 0;
}
