.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 300px;
height: 285px; /* Set height to be able to contain height of largest content shown*/
background:url(/online/Images/2008/videos_box_label.gif) left top no-repeat;
overflow: hidden;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
visibility: hidden;
width: 300px;
}

.glidecontentwrapper label { font: bold 17px Arial, Helvetica, sans-serif; color:#000000; display:block; padding:8px 12px 0px 12px; border:solid 1px #FFFFFF; background:url(/online/Images/2008/label_bg.jpg) left top repeat-x }


/* NAVIGATION */

.glidenavigation  {  }

.glidecontenttoggler { margin:5px 0px 0px 0px; padding:0px; height:37px }

.glidecontenttoggler a.toc { /* Square Navigation */ background:url(/online/Images/2008/videos_box_nav_off.gif) center center no-repeat; width:15px; height:24px; display:block; float:left; border:none; padding:0px; }
.glidecontenttoggler a:hover.toc { /* Square Navigation ON */ background:url(/online/Images/2008/videos_box_nav_on.gif) center center no-repeat; }
.glidecontenttoggler a.selected.toc { /* Square Navigation SELECTED */ background:url(/online/Images/2008/videos_box_nav_on.gif) center center no-repeat; }

.glidecontenttoggler a.prev { /* Arrow Navigation */ background:url(/online/Images/2008/videos_box_nav_previous.gif) center center no-repeat; width:38px; height:24px; display:block; float:left; border:none; margin:0px; padding:0px; }
.glidecontenttoggler a.next { /* Arrow Navigation */ background:url(/online/Images/2008/videos_box_nav_next.gif) center center no-repeat; width:38px; height:24px; display:block; float:left; border:none; margin:0px; padding:0px; }

.glidecontenttoggler a.link { /* Videos Link */ font: bold 17px Arial, Helvetica, sans-serif; color:#000000; display:block; padding:6px 0px 0px 0px; width:95px; display:block; float:left; border:none; margin:0px 70px 0px 12px; _margin:0px 70px 0px 6px }
.glidecontenttoggler a.nolink { /* Videos Link */ font: bold 17px Arial, Helvetica, sans-serif; color:#000000; display:block; padding:6px 0px 0px 0px; width:95px; float:left; border:none; margin:0px 70px 0px 12px; _margin:0px 70px 0px 6px }
.glidecontenttoggler a:hover.nolink { text-decoration:none; cursor:text }