I ended up using
http://wordpress.org/plugins/image-horizontal-reel-scroll-slideshow/
here’s link to demo
http://www.gopiplus.com/work/2011/05/08/wordpress-plugin-image-horizontal-reel-scroll-slideshow/
This plugin lacks in style but it WORKS, little piece of css that worked for me
#test3 img,#test2 img{
border: 5px solid #ccc;
margin: 0 5px;
width: 163px; /* by default it was using 180px */
}
/* border and margin will cause the div to overlap itself(while rotating) so I reduced the image width respectively to avoid overlapping. */
@Rajavenkateshwaran
Been 3 months, images still don’t show up side by side as displayed in image on plugin home page. You should not put up an image of plugin doing what it doesn’t do.