<script type="text/javascript">

featuredcontentglider.init({
	gliderid: "glidercontent",
	contentclass: "glidecontent",
	togglerid: "togglebox",
	remotecontent: "", 
	selected: 1,
	persiststate: true,
	speed: 1000,
	direction: "downup", 
	autorotate: true, 
	autorotateconfig: [5000, 1] //if auto rotate enabled, set [milliseconds_btw_rotations, cycles_before_stopping]
})


</script>

<div id="glidercontent" class="glidecontentwrapper">




<div class="glidecontent">

<?php $my_query = new WP_Query('nuoto=featured&showposts=1');//Change the category name to any of your existing category name  //
while ($my_query->have_posts()) : $my_query->the_post();$do_not_duplicate = $post->ID; ?>
<span class="cats"> <?php the_category(', '); ?> </span> 
<h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>

<div class="hentry">
<?php $homethumb = get_post_meta($post->ID,'homethumb', true); ?>
<img src="<?php bloginfo('url'); ?>/wp-content/uploads/<? echo strtolower($homethumb); ?>.jpg" width="200" height="120" alt="<?php the_title(); ?>"/>
<?php the_excerpt(); ?>
</div>

<?php endwhile; ?>

</div>





<div class="glidecontent">

<?php $my_query = new WP_Query('category_name=featured&showposts=1');//Change the category name to any of your existing category name  //
while ($my_query->have_posts()) : $my_query->the_post();$do_not_duplicate = $post->ID; ?>
<span class="cats"> <?php the_category(', '); ?> </span> 
<h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>

<div class="hentry">
<?php $homethumb = get_post_meta($post->ID,'homethumb', true); ?>
<img src="<?php bloginfo('url'); ?>/wp-content/uploads/<? echo strtolower($homethumb); ?>.jpg" width="200" height="120" alt="<?php the_title(); ?>" />
<?php the_excerpt(); ?>
</div>

<?php endwhile; ?>


</div>






<div class="glidecontent">

<?php $my_query = new WP_Query('category_name=featured&showposts=1');//Change the category name to any of your existing category name  //
while ($my_query->have_posts()) : $my_query->the_post();$do_not_duplicate = $post->ID; ?>
<span class="cats"> <?php the_category(', '); ?> </span> 
<h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>

<div class="hentry">
<?php $homethumb = get_post_meta($post->ID,'homethumb', true); ?>
<img src="<?php bloginfo('url'); ?>/wp-content/uploads/<? echo strtolower($homethumb); ?>.jpg" width="200" height="120" alt="<?php the_title(); ?>"/>
<?php the_excerpt(); ?>
</div>

<?php endwhile; ?>

</div>







<div class="glidecontent">

<?php $my_query = new WP_Query('category_name=featured&showposts=1');//Change the category name to any of your existing category name  //
while ($my_query->have_posts()) : $my_query->the_post();$do_not_duplicate = $post->ID; ?>
<span class="cats"> <?php the_category(', '); ?> </span> 
<h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>

<div class="hentry">
<?php $homethumb = get_post_meta($post->ID,'homethumb', true); ?>
<img src="<?php bloginfo('url'); ?>/wp-content/uploads/<? echo strtolower($homethumb); ?>.jpg" width="200" height="120" alt="<?php the_title(); ?>"/>
<?php the_excerpt(); ?>
</div>

<?php endwhile; ?>

</div>






<div class="glidecontent">

<?php $my_query = new WP_Query('category_name=featured&showposts=1');//Change the category name to any of your existing category name  //
while ($my_query->have_posts()) : $my_query->the_post();$do_not_duplicate = $post->ID; ?>
<span class="cats"> <?php the_category(', '); ?> </span> 
<h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>

<div class="hentry">
<?php $homethumb = get_post_meta($post->ID,'homethumb', true); ?>
<img src="<?php bloginfo('url'); ?>/wp-content/uploads/<? echo strtolower($homethumb); ?>.jpg" width="200" height="120" alt="<?php the_title(); ?>"/>
<?php the_excerpt(); ?>
</div>

<?php endwhile; ?>

</div>






<div class="glidecontent">

<?php $my_query = new WP_Query('category_name=featured&showposts=1');//Change the category name to any of your existing category name  //
while ($my_query->have_posts()) : $my_query->the_post();$do_not_duplicate = $post->ID; ?>
<span class="cats"> <?php the_category(', '); ?> </span> 
<h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>

<div class="hentry">
<?php $homethumb = get_post_meta($post->ID,'homethumb', true); ?>
<img src="<?php bloginfo('url'); ?>/wp-content/uploads/<? echo strtolower($homethumb); ?>.jpg" width="200" height="120" alt="<?php the_title(); ?>"/>
<?php the_excerpt(); ?>
</div>

<?php endwhile; ?>

</div>



</div>

<div id="togglebox" class="glidecontenttoggler"> 


<a href="#" class="prev"></a> 

<a href="#" class="next"></a>

</div>
 <div class="clear"></div>