.slicecontentwrapper{
position: relative; /* Do not change this value */
padding-top: 0px;
padding-left:  0px;
padding-right: 0px;
width:100%;
height: 120px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
margin-top:25px;
}
/*
    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
*/

.slicecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #FFF;
padding:0px 15px 0 10px;
width:98%;
visibility: hidden;
}
.slicecontent img {float: left; margin: 0 15px 0 0;padding-right:10px;}
.slicecontent p {margin:0 5px 0 0;padding:5px 5px 0 0;}
#servicesNav h3{color:#2F8EAA;margin:0;font-size:1em!important;}
#servicesNav  h3 a  {color:#2F8EAA; text-decoration:none;}
#servicesNav  h3 a:hover {color:#2F8EAA; text-decoration:underline;}
/*
 Total glidecontent width: 330px+10px+10px=350px
    Or width of wrapper div itself (not counting wrapper border/padding)
*/
.slicecontenttoggler{ /*style for DIV used to contain toggler links. */
margin: 10px 10px 0 0;
text-align: right; 
background: #FFFFFF; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
    Or total width of wrapper div (counting wrapper border/padding)
*/
.slicecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 1px solid #D9EAEF;
color: #0083a9;
padding: 1px 3px;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
font-size: 9px;
text-decoration: none;
margin: 0 0 0 0;
}

.slicecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #D9EAEF;
color: black;
}
.slicecontenttoggler a:hover{
background: #D9EAEF;
color: black;
}
.slicecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}
.slicecontenttoggler a.prev, .slicecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}
.slicecontenttoggler a.prev:hover, .slicecontenttoggler a.next:hover{
background: #D9EAEF;
color: white;
}