Hi,
I have some issue with some of your free templates.
I use slideshow toshow VM product in mod_virtuemart_product and I set
slide autoplay in css module but the module doesn't scrolls products automatically.
Only if I click on the top-right arrow it starts to scroll.
Finally, in index page code there an error
carousel is not a function
caused probably from this piece of code
<script type="text/javascript">
<!--
jQuery.noConflict();
jQuery(document).ready(function($) {
$('#vmgroup<?php echo $module->id; ?>').carousel();
});
-->
</script>
in /mod_virtuemart_product/default.php