#gallery {
width: 460px;
margin:10px auto 3px;
}
.glidecontentwrapper{
position: relative;
width: 460px;
height: 310px;
border: 1px solid #ccc;
overflow: hidden;
background: white;
}
.glidecontent{ 
position: absolute;
background: white;
visibility: hidden;
width: 450px;
}
.glidecontenttoggler{
width:200px;
margin-right:100px;
float:right;
text-align: center; 
background: white;
}
.glidecontenttoggler a{
font-family:Arial, Helvetica, sans-serif;
display: -moz-inline-box;
display: inline-block;
color: #000;
padding: 1px 10px;
margin-right: 3px;
text-decoration: none;
font-size:18px
}
.glidecontenttoggler a:hover {background:#4E5521;color:#fff;}
.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{background: #4E5521;color: white;}
.prev {background:#cc5323;color:#000}
.next {background:#DD912F;color:#000}
