/*     FIRST NIAGARA CENTER     */
/*     GLIDER CONTENT STYLES    */

/* OVERALL GLIDER */
.glidecontentwrapper { position: relative; width: 1020px; height: 360px; overflow: hidden; z-index: auto;}

/* ELEMENTS IN GLIDER */
.glidecontent { position: absolute; background-color: #cecfcf; visibility: hidden; width: 1020px; height: 360;}

/* TOGGLE BUTTONS FOR GLIDER */
.glidecontenttoggler { position: abosolute; text-align: right; z-index: 20; width: 300px; font-size: 18px; }
.glidecontenttoggler a { color: #ffffff; font-weight: bolder; text-decoration: none; }
.glidecontenttoggler a.selected{ color: #016491; }
.glidecontenttoggler a:hover{ color: #ffc423; }