a
{
  outline: none;
}               
.glidecontentwrapper1{
position: relative; /* Do not change this value */
width: 408px;
height: 250px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
float:left;
}
.glidecontentwrapper1 img
{
  width:408px;
  height:250px;
  float:left;
}
.glidecontent1{
position: absolute;
background: white;
visibility: hidden;
padding:3px 3px 0px 3px;
width: 408px;
height:250px;
}
.glidecontenttoggler1{
float:left;
width: 408px;
margin-top:2px;
}
.glidecontenttoggler1 a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 1px solid #DCDCDD;
color: #2e6ab1;
padding: 3px 3px 2px 3px;
margin-left: 3px;
font-weight: bold;
text-decoration: none;
font-family:Verdana,Arial;
font-size:11px;
font-weight:normal;
}
.glidecontenttoggler1 a.selected{
background: #E4EFFA;
color: black;
}

.glidecontenttoggler1 a:hover{
background: #E4EFFA;
color: black;
}

.glidecontenttoggler1 a.toc{
}

.glidecontenttoggler1 a.prev1, .glidecontenttoggler1 a.next1{
	font-size:13px;
    padding:1px 2px;
}

.glidecontenttoggler1 a.prev:hover, .glidecontenttoggler1 a.next:hover{
background: #1A48A4;
color: white;
}