.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 279px;
height: 225px; /* Set height to be able to contain height of largest content shown*/
/*border: 1px solid #687C98;*/
overflow: hidden;
}

.glidecontentwrapper2{
position: relative; /* Do not change this value */
width: 548px;
height: 170px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
padding: 10px;
visibility: hidden;
width: 255px;
background-color:#014b8b;
text-align:center;
}
.glidecontentALT{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
padding: 10px;
visibility: hidden;
width: 255px;
background-color:#014b8b;
text-align:center;
}
.glidecontent2{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
padding: 10px;
visibility: hidden;
width: 530px;
background-color:#014b8b;
text-align:center;
}
.glidecontent2 img{ /*style for each glide content DIV within wrapper.*/
float:left;
padding: 3px;
background-color:#fff;
margin-right:6px;
margin-left:7px;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 309px;
margin-left:0;
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*/
}
.glidecontenttoggler2{ /*style for DIV used to contain toggler links. */
width: 309px;
margin-left:0;
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*/
}

.glidecontenttoggler a, .glidecontenttoggler2 a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
}