How do I disable the NEXT / PREVIOUS Button on the left and the right of the PHOTOSLIDE MODULE?
I only want a IMAGE ROTATOR -- yet when that is selected in the MODULE STYLE SETTINGS-- the images do not load.
WHAT AM I MISSING??
.gk_is_prev, .gk_is_next {
background: url("../images/style1/is_bg.png") repeat-x scroll 0 center #7EB619;
border: 1px solid #577B15;
}
.gk_is_prev, .gk_is_next {
background: url("../images/style1/is_bg.png") repeat-x scroll 0 center #7EB619;
border: 1px solid #577B15;
display: none;
}
/* Hide Arrows in Slideshow */
.gk_is_prev, .gk_is_next {
display: none;
}