.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 450px;
height: 320px; /* Set height to be able to contain height of largest content shown*/
/* border: 1px solid #687C98; */
overflow: hidden;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 1px;
visibility: hidden;
/* width: 330px;*/
}

.glidecontent td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/


