.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 710px;
_width: 720px;
height: 250px; /* Set height to be able to contain height of largest content shown*/
border: 5px solid #114477;
background: white;
overflow: hidden;
}
/*
    Total wrapper width: 350px+5px+5px=360px
    Or width of wrapper div itself plus any left and right CSS border and padding
    Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 0px;
visibility: hidden;
width: 710px;
_width: 720px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
    Or width of wrapper div itself (not counting wrapper border/padding)
*/

.cssbuttonstoggler{ /*style for DIV used to contain toggler links. */
position: relative;
z-index:1000;
top: -22px;
float: right;
padding-right:190px;
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*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
}

.cssbuttonstoggler a{ /*style for every navigational link within toggler */
background: transparent url('https://www.youplayweplay.com/images/lotto-ball.gif') no-repeat top left;
color: #FFFFFF;
display: table-cell;
float: left;
/* margin-right: 6px;*/
font: normal 18px Arial; /* Change 12px as desired */
line-height: 38px; /* This value (+top and bottom padding of SPAN) must equal height of button background (default is 36px) */
width:40px; /* Width of button background height */
height: 40px; /* Height of button background height */
text-decoration: none;
font-weight:bold;
}

.cssbuttonstoggler a.selected, .cssbuttonstoggler a:hover{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
background-position: bottom left;
color: #000000;
}

.cssbuttonstoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}
.cssbuttonstoggler a.bonus{ 
font: normal 13px Arial; /* Change 12px as desired */
line-height: 38px; /* This value (+top and bottom padding of SPAN) must equal height of button background (default is 36px) */
letter-spacing:-1px;
text-decoration: none;
font-weight:bold;
}
.cssbuttonstoggler a.prev{ 
margin-right:10px;
}
.cssbuttonstoggler a.next{ 
margin-left:10px;
}