@charset "utf-8";

/* PAGE
---------------------------------------------------------- */
#testimonials
{
	background: url("../images/about/testimonial-bg.png") no-repeat;
	height: 239px;
}
	#testimonials h4
	{
		color: #222222;
		font-size: 14px;
		font-weight: bold;
		margin: 0px 0 5px 0;
		padding: 0px;
		border: none;
	}
	
	#testimonials p
	{
		font-size: 11px;	
		margin-bottom: 10px;
	}
	
	#testimonial-items p
	{
		line-height: 12px;
		margin-bottom: 10px;
	}
	
	.testimonial-description
	{
		width: 180px;
		padding: 20px;
		float: left;
	}
	
	#arrow-control
	{
		background: url("../images/home/arrow-control-bg.png") no-repeat;
		width: 132px;
		height: 30px;
		
		text-align: center;
		line-height: 30px;
		padding: 10px;
		
		clear: both;
		z-index: 1;
	}

	#arrow-control.testimonials
	{
		background: url("../images/home/arrow-control-bg-testimonials.png") no-repeat;
		width: 160px;
	}
	
	#arrow-control div
	{
		float: left;
		width: 70px;
	}
	
	#arrow-control.testimonials div
	{
		width: 90px;
	}
	
	.testimonial-prev
	{
		background: url("../images/home/arrow-prev.png") no-repeat;
		display:block;
		width: 31px;
		height: 31px;
		float: left;
	}	
	
	.testimonial-next
	{
		background: url("../images/home/arrow-next.png") no-repeat -31px 0px;
		display: block;
		width: 31px;
		height: 31px;
		float: right;
	}

#testimonial-scrollable
{
	width: 400px;
	height: 239px;
	float: left;
	overflow: hidden;
	position: relative;
}

	#testimonial-items
	{
		width: 20000px;
		height: 239px;
		
		position: absolute;
		clear: both;
		margin: 0px;
		padding: 0px;
	}
	
	#testimonial-items div
	{
		width: 160px;
		height: 199px;
		padding: 20px;
		background: url("../images/about/quote-bg.jpg") no-repeat 50% 50%;
		float: left;
		position: relative;
	}
	
	#testimonial-items img
	{
		margin-left: -2px;	
	}