.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 316px;
height: 480px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
top: 10px;
left: 0px;
}
.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
visibility: hidden;
width: 316px;
height: 425px !important;
background: url(../images/bg-glitecontent.jpg) repeat-x top right;
}
.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 316px;
height: 45px;
background: transparent;/* always declare an explicit background color for fade effect to properly render in IE*/
text-align: right;
}
.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
/*display: inline-block;*/
margin-right: 7px;
}

