I created a slider with car images using carouFredSel plugin. Now I want to add shadow over the first and last item and I hope someone will give me the answer.
Every element is using this code:
<li style="width: 170px;">
<a href="astra-brandpage" onmouseover="mouseOverCar(this, 'Astra')" onmouseout="mouseOutCar(this, 'Astra')">
<img src="~/Astra.png">
<b>Astra </b>
</a>
</li>
Thanks !


Thank you Sauhard Gupta,
box-shadow: insethelped me