@charset "utf-8";
/* Sidebar Rotation JQUERY */

#right_testimonials {
	margin-top: 500px;	
	margin-left: 15px;
	padding-bottom: 10px;
}
#right_testimonials h2 {
	color:#8C392B;
	font-size:1.4em;
	font-weight:bold;
	padding-bottom: 10px;
	text-transform:uppercase;
}
#slider {
	display: block;
}
#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider li { 
	width: 188px;
	height: 214px;
	overflow: hidden; 
}
#slider li p { 
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.5;
	font-size: 13px;
	color: #333333;
}
#slider li p strong { 
	display: block;
	padding-top: 5px;
	text-align: right;
}
#slider li h4 {
	padding: 0 0 0 5px;
	line-height: 20px;
}
span#prevBtn a {
	display: block;
	background: #8c392b url('../images/testimonial-up.jpg') center center no-repeat;
	width: 188px;
	height: 25px;
	line-height: 25px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	margin-bottom: 5px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}
span#nextBtn a {
	display: block;
	background: #8c392b url('../images/testimonial-down.jpg') center center no-repeat;
	width: 188px;
	height: 25px;
	line-height: 25px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	margin-top: 5px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}