.phantom{
position: relative; /* Do not change this value */
width: 172px;
height: 180px; /* Set height to be able to contain height of largest content shown*/
}


.glidecontentwrapper{
position: absolute; /* Do not change this value */
width: 172px;
height: 180px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #feffdc;
padding: 2px;
visibility: hidden;
width: 164px;
}


.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 170px;
margin-top: 2px;
text-align: left; /*How to align pagination links: "left", "center", or "right"
background: #feffdc; /*always declare an explicit background color for fade effect to properly render in IE*/
}





