carousel images are not aligned in carousel. http://www.webmarketingoptions.com/
Is there something in the code that's not right?
Thanks.
<div id="carousel">
<ul id="mycarousel" class="jcarousel-skin-Tango">
<?php
query_posts( 'showposts'. bm_carouselCount . '&cat' . bm_carousel );
while (have_posts()) { the_post();
?>
<li>
<a href="<?php the_permalink() ?>" rel="bookmark"> <img src="<?php bloginfo('template_url'); ?>/scripts/timthumb.php?src=/<?php $values = get_post_custom_values("Image"); echo $values[]; ?>&w=155&h=82&zc=1" alt="<?php the_title(); ?>" /><?php the_title(); ?></a>
</li>
<?php } ?>