.glidecontentwrapper{
position: relative;
width: 529px;
height: 345px;
overflow: hidden;
float: left;
z-index: 1;
}


.glidecontent{
position: absolute;
visibility: hidden;
width: 529px;
}


.prev {
width: 70px;
height: 85px;
margin-top: 140px;
margin-right: 100px;
float: left;
text-indent: -9999px;
background: url(../images/prev.png) no-repeat;
margin-left: 15px;
}

.next {
width: 70px;
height: 85px;
margin-top: 140px;
margin-left: 100px;
float: left;
text-indent: -9999px;
background: url(../images/next.png) no-repeat;
}