.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 645px;
height: 140px; /* 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: url('images/gallery_bg.jpg');
padding: 0px;
visibility: hidden;
width: 645px;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 645px;
height: 22px;
margin-top: 0px;
text-align: right; /*How to align pagination links: "left", "center", or "right"
background: #ccc; /*always declare an explicit background color for fade effect to properly render in IE*/
}

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
background: #656565;
padding: 0px;
margin: 2px 3px 2px 2px;
text-decoration: none;
}

.glidecontenttoggler a.prev{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
background: url('images/ButLeftG.jpg');
width: 25px;
height: 18px;
}

.glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
background: url('images/ButRightG.jpg');
width: 25px;
height: 18px;
}

.glidecontenttoggler a.prev:hover{
background: url('images/ButLeftO.jpg');
}

.glidecontenttoggler a.next:hover{
background: url('images/ButRightO.jpg');
}