So I tried adding this:
.cycle-slideshow {
border-color: #fff;
border-width: 7px;
}
But it didn't seem to do anything. I changed the color to a greenish color. Should I still be adding the rest of it?
.cycle-slideshow {
background: #FC3 url(your-background-image.jpg) no-repeat;
border-color: #fff;
border-width: 7px;
height: 300px;/**adjust values as desired**/
width: 325px;
}