I am utilizing the SlidesJS jQuery plugin which can be found here. My goal is to add a border around the slider. I adjusted the CSS section like so:
#slides .slidesjs-container {
margin-bottom:10px;
border-color: #ff5566;
border-width: 3px;
border-style:solid;
}
However, I am facing an issue where there is no border on the right side - only the other 3 sides have borders. You can view all of the code snippets from here.
You can download the examples from here and try it out on any example. I would greatly appreciate any assistance in figuring out how I can apply a border to all four sides of the slider.