.custom_testimonials
{
	margin: 20px 28px 20px 40px;
}

.custom_testimonials .testimonial-description
{
	border:1px solid silver;
	padding: 20px;
	margin-bottom:15px;
	font-style: italic;
	background: linear-gradient(to bottom, #fbfbfb 0%,#ededed 100%);
}

.custom_testimonials .client_details
{
	text-align: right;
}

.test_pagination
{
	text-align:center;
}
.test_pagination .page-numbers
{
	color: #333;
    text-decoration: none;
    font-weight: bold;
}
.test_pagination .page-numbers.current
{
	color: #0049B7;
    font-weight: bold;
}

.client_details a
{
	display: block;
}

.client_details
{
	font-style: normal;
	color: #666666;
}