<style type="text/css">td img {display: block;}</style>
<link rel="stylesheet" media="screen" type="text/css" href="<?php echo $this->getStyleSheet('main_new.css')?>" />
<link rel="stylesheet" media="screen" type="text/css" href="<?php echo $this->getStyleSheet('typography_new.css')?>" />
<?php Loader::element('header_required'); ?>
<script src="<?=$this->getThemePath()?>/jquery-latest.pack.js" type="text/javascript"></script>
<script src="<?=$this->getThemePath()?>/jcarousellite_1.0.1c4.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".vert-carousell").jCarouselLite({
vertical: true,
hoverPause:true,
visible: 1,
auto:500,
speed:2000
});<style type="text/css">td img {display: block;}</style>
<link rel="stylesheet" media="screen" type="text/css" href="<?php echo $this->getStyleSheet('main_new.css')?>" />
<link rel="stylesheet" media="screen" type="text/css" href="<?php echo $this->getStyleSheet('typography_new.css')?>" />
<?php Loader::element('header_required'); ?>
<script src="<?=$this->getThemePath()?>/jcarousellite_1.0.1c4.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".vert-carousell").jCarouselLite({
vertical: true,
hoverPause:true,
visible: 1,
auto:500,
speed:2000
});
if (o.hoverPause) li.mouseover(function () { ul.stop(); }).mouseout(function () { running = false; go(curr); });
Note: the cycle script works for my image slider...