﻿
#testimonials {
	height: 700px;
	position: relative;
	text-align: left;
	width: 950px;
}
#testimonials #pages {
	display: block;
	float: right;
	height: 31px;
	overflow: hidden;
	right: 20px;
	text-align: right;
	width: 370px;
}
#testimonials #pages a {
	border: 1px solid #ccc;
	display: inline-block;
	margin: 3px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}
#testimonials #pages a:hover {
	background: none repeat scroll 0 0 #ccc;
	border: 1px solid #000;
	color: #fff;
	text-decoration: underline;
}
#amp_Testis {
	height: 680px;
	min-width: 950px;
	text-align: left;
}
#amp_Testis .absolute {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#amp_Testis .left {
	float: left;
}
#amp_Testis .testimonialBox {
}
#amp_Testis ul {
	list-style: none outside none;
	margin: 0.8em;
	padding: 0.3em;
	width: 185px;
}
#amp_Testis .testimonialPage {
}
#amp_Testis .testimonial {
	border-bottom: 1px solid #ccc;
	display: inline-block;
	height: auto;
	list-style: none outside none;
	margin: 0.3em;
	min-height: 50px;
	padding: 0.3em;
	width: 185px;
}
#amp_Testis .testimonial:hover {
	background: none repeat scroll 0 0 #efefef;
}
#amp_Testis .testimonial .pubDate {
	color: #0068d3;
	font-weight: bold;
}

.holder {
	margin: 15px 0;
	clear: left;
}

.holder a {
	font-family: Trebuchet MS;
	font-size: 13px;
	line-height: 16px;
	color: #3D3D3D;
	cursor: pointer;
	display: inline-block;
	border: solid 1px #ccc;
	padding: 5px;
	margin: 3px;
	text-decoration: none;
	text-align: center;
}

.holder a:hover {
	background-color: #222;
	color: #fff;
}

.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }

.holder a.jp-current, a.jp-current:hover {
	color: #FF4242;
	font-weight: bold;
}

.holder a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default;
	background: none;
}

.holder span { margin: 0 5px; }