	#testimonials {
		list-style-type:none;
		padding:0;
		height:500px;
		width:400px; /*used this to create the new lines...a bit unorthodox*/
	}

	#testimonials li {
		display:block; 
		float:left;
		position:relative;
		z-index:100;
		padding:0 15px 0; /*space out titles*/
	}
	#testimonials li span {
		display:block;
		z-index:100;
		background:#fff;
		font-size:1em;
		color:#fff;
		padding:0;
	}
	#testimonials li a, #testimonials li a:visited {
		display:block; 
		padding:0;
	}
	#testimonials table tr td a{/*fix newline artifact in IE*/
		width:100px;
	}
	#testimonials dl {
		position:absolute;
		top:0;
		left:0;
		margin:0;
		padding:0;
	}
	#testimonials dt {
		background: #fff;
		margin:0;
		font-size: 1em;
		float:left;
	}
	#testimonials dd {
		display:none;
		background: transparent;
		clear:left; 
		margin:0; 
		padding:0;
		color: #000;
		font-size: 1em;
		text-align:left;
		height:400px;
		width:350px;
	}
	
	#testimonials dt a, #testimonials dt a:visited {/*this is to change the color of the testimonial title*/
		display:block;
		color:#000;
		padding: 0;
		text-decoration:none;
	}
	#testimonials li a:hover {/*This is critical to making it work in IE*/
		border:0;
	}
	#testimonials li:hover dd, #testimonials li a:hover dd {
		display:block;
		margin-top:30px;/*this is the distance between a title and testimonial text*/
		padding-top:10px;
	}
	#testimonials li:hover dt a, #testimonials li a:hover dt a{
		background: #fff; 
		color:#000;
	}
	
	#testimonials .test{
		font-size:1.2em;
	}
	
	*html #testimonials li.row2 dd{
		float:left;
	}
