@charset "UTF-8";
/* CSS Document */

.glidecontentwrapper1{
	position: relative; /* Do not change this value */
	width: 310px;
	height: 130px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
}
.glidecontentwrapper2{
	position: relative; /* Do not change this value */
	width: 310px;
	height: 220px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	margin-top: 80px;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
padding: 5px;
visibility: hidden;
width: 300px;
background:#FFF;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/


.quotation {
	float: left;
	width: 40px;
}
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 250px;
	margin-left: 10px;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
}
