Hi Amit - I've set up a slider (single slide) on this page: http://181.224.130.4/~c2recrui/c2/index.php/employers/case-studies
I'm using the box shadow css on the 5 images that stream in from the left but it is leaving a blue margin underneath each image.
I've turned box shadow off on the middle image and you can see it has no shadow and no blue margin under it.
I could set up a shadow in photoshop but deally it would be good to use the shadow CSS.
Any ideas?
cheers, Toby
for the blue line to disapear you can add in your css
.rev_slider img
{
display:block;
}