@CHARSET "UTF-8";
#content {
	margin-left: 0;
	width: 94.0em;
}
#content h2.title {
	display: none;
}

#content p {
	font-size: 13px;
}

div.testimonial {
	font-size: 10px;
	float: left;
	width: 29em;
	margin-right: 2em;
	display:none;
}

p.reference {
	font-weight: bold;
	margin:0;
	padding:0;
}

#control {
     position:absolute;
     top: 490px;
     left: 871px;
     z-index: 999;
     list-style: none;
}

#control span {
     display: none;
}

#control .prev {
     display: block;
     position:absolute;
     top: 0;
     left:-17px;
     background-image: url('/images/template/arrow_sprite.png');
     background-repeat: no-repeat;
     height: 23px;
     width: 26px;
}

#control .next {
     display: block;
     margin-left: 11px;
     background-image: url('/images/template/arrow_sprite.png');
     background-repeat: no-repeat;
     background-position: -27px 0px;
     height: 23px;
     width: 26px;
}

#control .next:hover {
     background-position: -27px -23px;
}

#control .prev:hover {
     background-position: -0 -23px;
}
