
.glidecontentwrapper{
position: relative; 
width: 443px;
height: 241px; 
overflow: hidden;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 0px;
visibility: hidden;
width: 589px;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
margin-top: 0px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}

.glidecontenttoggler a.next{ /*style for every navigational link within toggler */
display: block; 
float:right;
background: url('/portals/38/images/homepage/scroll_next.jpg') repeat; width: 68px; height: 63px;
}

.glidecontenttoggler a.prev{ /*style for every navigational link within toggler */
display: block;
float:left;
background: url('/portals/38/images/homepage/scroll_back.jpg') repeat; width: 59px; height: 63px;
}



.glidecontenttoggler a.next:selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
display: block; 
float:right;
background: url('/portals/38/images/homepage/scroll_next.jpg') repeat; width: 68px; height: 63px;
}

.glidecontenttoggler a.prev:selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
display: block; 
float:left;
background: url('/portals/38/images/homepage/scroll_back.jpg') repeat; width: 59px; height: 63px;
}



.glidecontenttoggler a.prev:hover{
background: url('/portals/38/images/homepage/scroll_back.jpg') repeat -59px 0px;
}

.glidecontenttoggler a.next:hover{
background: url('/portals/38/images/homepage/scroll_next.jpg') repeat -68px 0px;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}
