.glidecontentwrapper{
position: relative;
width: 700px;
height: 345px; 
overflow: hidden;
background-color:#1A1A1A;
}
.glidecontent{
position: absolute;
visibility: hidden;
width: 700px;
background-color:#1A1A1A;
}

.glidecontenttoggler{ 
width: 700px;
text-align: center;
background-color:#1A1A1A;
}


.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background-color:#1A1A1A;

}