
#testimonials {
	width: 				370px;
	float:				right;
	margin-bottom:		0;
	position:			relative;
	bottom:				10px;
}


/*//////////////////////////////*/
/*		MAIN IMAGE SECTION		*/
/*//////////////////////////////*/

.main-image {
	width: 				366px;
	height: 			282px;
	background: 		#fff;
	position: 			relative;
	overflow: 			hidden; 	/*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
	color:				#000;
	text-align:			center;
}

.main-image img {
}


.main-image p {
	font-size: 			1.1em;
	text-align:			left;
	line-height: 		1.3em;
	padding: 			0 10px;
	margin: 			0;
	font-family:		helvetica, arial, sans-serif;
	font-weight:		bold;
}

.main-image p {
	padding-top:			6px;
}

.main-image p + p {
	padding-bottom:			6px;
	text-align:				right;
}

.main-image a {
	text-decoration:		none;
	font-size:				90%;
	color:					#91339c;
}

.main-image a:hover {
	color:					#006633;}

.main-image .desc{
	position: 			absolute;
	bottom: 			0;
	left:				0; 			/*--Stick the desc class to the bottom of our main image container--*/
	width: 				100%;
	display: 			none;		/*--Hide description by default, if js is enabled, we will show this--*/
}

.main-image .block{
	background: 		#fff;
	border:				1px solid #ccc;
	margin-bottom:		4px;
}



/*//////////////////////////////*/
/*		IMAGE THUMB SECTION		*/
/*//////////////////////////////*/


.image-thumb a {
	text-decoration:	none;
	color:				#fff;
}

.image-thumb {
	font-size:			2px;
}

.image-thumb ul li{
	float: 				left;
	text-align:			center;
}

.image-thumb ul li.hover { 			/*--Hover State--*/
	cursor: 			pointer;
}

.image-thumb ul li.active { 		/*--Active State--*/
	cursor: 			default;
}

.image-thumb ul li.active:hover a { /*--Active State--*/
	color:				#fff;
}

.image-thumb ul li.active a { 		/*--Active State--*/
	color:				#fff;
}


.image-thumb ul li.hover a { 		/*--Hover State--*/
	color:				#fff;
}


.image-thumb ul li .block {
	float: 				left;
}
.image-thumb ul li p {				/*--Hide the description on the list items--*/

	display: 			none;
}



#testimonials-nav {
	float:				right;
/*	border:			1px solid #e4e4e4;	*/
}

.highlight1 {
	font-stretch:		expanded;
}
