.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 439px;
height: 790px;
background-color: white;
overflow: hidden; }


.glidecontentwrappergallery{
position: relative; /* Do not change this value */
width: 439px;
height: 350px;
background-color: white;
overflow: hidden; }


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
visibility: hidden;
background-color: white;
width: 439px; }

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 260px;
background: #f1dd89; /*always declare an explicit background color for fade effect to properly render in IE*/
overflow: visible;
height: 400px;
}

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
font-weight: bold;
text-decoration: none;
 }

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: black;
}

.glidecontenttoggler a:hover{
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
display: inline;}

#p-select img {margin-right: 14px; margin-bottom: 6px;}
#sectionsidebarlocalinfo #p-select img {margin-right: 14px; padding-bottom: 8px;}

#p-select.glidecontenttoggler { width: 260px; height: auto; overflow: visible; }

.paddingleft34px { padding-left: 34px; }
.paddingright34px { padding-right: 34px; }
