.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 168px;
height: 265px; /* Set height to be able to contain height of largest content shown*/
border: none;
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
/*position: absolute;  Do not change this value */
padding: 0px 15px 10px 15px;
margin-top:10px;
width: 138px;
font:11px/16px Arial, Helveica, sans-serif;
color:#000;
/*background:url('../clients/images/testimonials-widget-inner-bg.jpg') no-repeat 2px top;*/
}

.glidecontent p { 
margin:0px; padding:0px;
}

.glidecontent a:link { 
color:#000;
}

.glidecontent a:visited { 
color:#000;
}

.glidecontent a:hover { 
color:#000;
}

.glidecontent a:active { 
color:#000;
}

.credit {
	text-align:right;
	font:italic 11px/12px Arial, Helveica, sans-serif;
}