.testimonial-carousel .more-info:hover {
	text-decoration: underline;
}

#testimonial-carousel,
.testimonial-carousel {
	width: 291px;
	height: 195px;
	
	position: relative;	
	
	margin: 0px auto;
}

.testimonial-header {
	color: #cd2027;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

.testimonial-carousel {	
	border: 1px solid #bbbbbb;
	background: #ffffcc;
	padding: 30px 0px;	
}

.testimonial-carousel .slide {
	position: relative;
	margin: 10px 0px;
	padding: 0px 10px;
	line-height: 1.2em;
	background: #ffffcc url('../images/welcome_side/wordpress_blip.png') no-repeat top left;
	min-height: 200px;
	/*
	padding: 0px 20px;
	height: 166px;
	width: 251px;
	
	z-index: 10;
	
	overflow: hidden;
	
	background-color: #efefef;*/
}

#testimonial-carousel {
	overflow: hidden;
	position: relative;
}

.testimonial-carousel .up,
.testimonial-carousel .down {
	display: block;
	
	width: 64px;
	height: 35px;
	
	text-decoration: none;
	
	background: url('../images/scroll-up.png') no-repeat;
	
	position: absolute;
	
	left: 114px;
	
	top: -16px;
	
	z-index: 11;
}

.testimonial-carousel .down {
	background: url('../images/scroll-down.png') no-repeat;
	
	top: auto;
	bottom: -16px;
}

.testimonial-carousel p,
.testimonial-carousel h4 {
	margin: 0px;
	padding-left: 70px;
}

.testimonial-carousel h4 {
	color: #cd2027;
	
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0px;
	min-height: 52px;
}

.testimonial-carousel .more-info {
	display: block;
	position: absolute;
	top: auto;
	left: auto;
	margin: 0px;
	padding: 0px;
	
	font-size: 11px;
	height: 57px;
	width: 106px;
	line-height: 34px;
	
	right: 14px;
	bottom: 14px;
	
	text-align: center;
	
	/*background: url('../images/more-info.png') no-repeat;*/
	text-transform: lowercase;
	
	z-index: 1001;
	
	color: #000;
}