.glidecontentwrapper{
float:left;
position: relative; /* Do not change this value */
margin-left:5px;
width: 280px;
height: 490px; /* Set height to be able to contain height of largest content shown*/
border: 2px solid #e9e9e9;
overflow: hidden;
}

.glidecontent p{
padding:3px 0;
margin:0;
text-align:justify;
}

.glidecontent input{
width:270px;
cursor:pointer;
color:#ffffff;
font-weight:bold;
font-size:10pt;
padding:5px;
border:1px solid silver;
background-color:#005d28;
text-align:center;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 5px;
visibility: hidden;
width: 270px;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
float: left;
width: 330px;
padding: 0px;
text-align: left; /*How to align pagination links: "left", "center", or "right"
background: #c2c2c2; /*always declare an explicit background color for fade effect to properly render in IE*/
}

.glidecontenttoggler p{
padding-left: 30px;
}

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
width: 330px;
height:55px;
border: none;
color: #0d0d0d;
font-weight: bold;
text-decoration: none;
background: url('../siteimages/toggler_bg.gif') no-repeat right;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: url('../siteimages/toggler_arrow.gif') no-repeat right;
color: black;
}

.glidecontenttoggler a:hover{
background: url('../siteimages/toggler_arrow.gif') no-repeat right;
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}
