I have this image slider and there is an unwanted gap a few pixels high right under the slider. I wanted to add a box-shadow to it but as you can see in the jsfiddle it looks horrible because of the gap, I've hightlighted the slider with a red border so you can see the gap, what is the cause of this? can it be fixed?
#slider {
width:40%;
float:left;
border: 2px solid red;
box-shadow: 0px 0px 4px 4px #000;
}
jsfiddle : http://jsfiddle.net/SWVys/4/