#fotos-content{
margin:30px 0;
}

.glidecontentwrapper{
height:285px;
margin:0 auto;
overflow:hidden;
position:relative;
width:400px;
}

.glidecontent{
position: absolute; /* Do not change this value */
visibility: hidden;
width:400px;
background:#ffffff;
text-align:center;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
}

.glidecontenttoggler a{ /*style for every navigational link within toggler */
width:32px;
height:32px;
position:absolute;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
}

.glidecontenttoggler a.prev{
background:#ffffff url(../img/arrow-left.jpg) no-repeat;
top:140px;
left:125px;
}
 .glidecontenttoggler a.next{
 background:#ffffff url(../img/arrow-right.jpg) no-repeat;
top:140px;
right:125px;
 }