.glidecontentwrapper{
position: relative; /* Do not change this value */
 width:654px; 
 border:3px solid #fe0002;
 border-bottom:0; 
 height: 374px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
margin-top:20px
}
.glidecontent { /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
visibility: hidden;
left:0; 
text-align:left;
width:640px; 
padding:10px; 
background:#fff; 
text-align:left; 
background:#6C6DB2;
}
.glidecontent img { width:623px; background:#fff; margin:0!important; height:350px; text-align:left }
.glideDesc { position:absolute; display:inline; bottom:28px; left:16px; background: transparent url(../img/featuredTitle.png) no-repeat 0 0; width:613px!important; width:600px; padding:5px; height:40px; }
.glideDesc h1 { margin:0 }
/*---------------------------------------*/
.glidecontenttoggler { width:634px; float:left; display:inline; padding:10px; background:#6C6DB2; text-align:left; border:3px solid #fe0002; border-top:0; height:74px }
.glidecontenttoggler a { 
display: -moz-inline-box;
display: inline-block;
height:65px;
width:198px;
padding:3px;
margin-right:8px;
background:#fff;
color: #000;
text-decoration: none;
float:left;
display:inline;
background:#6C6DB2;
border:1px solid #6C6DB2;
font-size:12px
}
.glidecontenttoggler a img { float:left!important; display:inline!important; width:90px; height:65px; margin:0 3px 0 0!important; padding:0!important; border:0!important; }
.glidecontenttoggler a p  { float:left; width:105px!important; height:70px; margin-top:-3px; color:#fff; cursor:pointer; overflow:hidden }

.glidecontenttoggler a:hover p, .glidecontenttoggler a.selected p { background:#fff; color:#fe0002; text-decoration:none; }
.glidecontenttoggler a:hover, .glidecontenttoggler a.selected { background:#fff; color:#fe0002; text-decoration:none; border:1px solid #fe0002; }

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}
