/* Content */
.glidecontentwrapper{
    position: relative; /* Do not change this value */
    width: 940px;
    height: 600px; /* Set height to be able to contain height of largest content shown*/
    overflow: hidden;
    background:#FFF;
    }

.glidecontent{ /*style for each glide content DIV within wrapper.*/
    position: absolute; /* Do not change this value */
    background: white;
    visibility: hidden;
    width: 940px;
    }

/* Pagination */
.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
    position:absolute;
    display:block;
    width: 940px;
    height:70px;
    top:260px;
    left:0;
    right:0;
    padding:0;
    margin:0;
    text-align: left;
    z-index:9999;
    }

.glidecontenttoggler a{ /*style for every navigational link within toggler */
    float:left;
    display:block;
    height:20px;
    margin:0 auto;
    padding:25px 18px;
    border:0;
    border-right:1px solid #ccc;
    border-left:1px solid #eee;
    text-align:center;
    }

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
    color:#444;
    background:#fcfcfc;
    overflow:hidden;
    border-right:1px solid #DDD;
    border-left:1px solid #f1f1f1;
    }

.glidecontenttoggler a:hover{
    background:#A5BDDC;
    color:#FFF;
    }

.glidecontenttoggler a.toc{
    font-family: Helvetica, Arial, sans-serif;
    font-size:16px;
    font-weight:bold;
    }

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{
    padding:0;
    height:70px;
    width:50px;
    }

.glidecontenttoggler a.next{
    float:right;
    border-left:0;
    }

.glidecontenttoggler a img{
    padding-top:10px;
    }

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
    background:#A5BDDC;
    color:#FFF;
    }