.glidecontentwrapper{
position: relative;
width: 459px;
height: 262px;
overflow: hidden;
float: left;
z-index: 1;
}


.glidecontent{
position: absolute;
visibility: hidden;
width: 459px;
}


.prev {
width: 42px;
height: 42px;
float: left;
margin:10px 10px;
text-indent: -9999px;
background: url(../images/prev.png) no-repeat;
top:-60px;
position:relative;
z-index:1000;
}

.next {
width: 42px;
height: 42px;
float: right;
margin:10px 10px;
text-indent: -9999px;
background: url(../images/next.png) no-repeat;
top:-60px;
position:relative;
z-index:1000;
}
