<!--
/*Rokslideshow is a script written by http://www.rocketwerx.com/
*all technical support for the operation of the script should
*be reffered to http://www.rocketwerx.com/forum/.
*For more info go to: http://www.rocketwerx.com/products/rokslideshow/overview
*This notice must stay intact

*Modified by Stuff4Toys - John Lange (www.langeshome.com) for use with Zen-Cart
*With the assistance of DrByte, clydejones, gjh42 & canopy - Thanks!
*/
-->
<?php
//if ($this_is_home_page) { ?>
  <script type="text/javascript" src="shop/includes/rokslideshow/mootools-release-1.11.js"></script>
  <script type="text/javascript" src="shop/includes/rokslideshow/rokslideshow.js"></script>

      <script type="text/javascript">

      window.RokSlideshowPath = 'shop/includes/rokslideshow/rokslideshow.js';
      window.addEvent('load', function(){
      var imgs = [
      {
			file: '1.jpg',
			title: 'Audi RS8 V-12 TDI LeMans Concept - Back Angle View',
			desc: 'More aggressive body panels gives this concept a mean look',
			url: 'http://www.rockettheme.com'
      },{
			file: '2.jpg',
			title: 'Audi RS8 V-12 TDI LeMans Concept - Back Angle View',
			desc: 'More aggressive body panels gives this concept a mean look',
			url: 'http://www.rockettheme.com'
      },{
			file: '3.jpg',
			title: 'Audi RS8 V-12 TDI LeMans Concept - Side View',
			desc: 'THe unique orange/grey color scheme makes this concept stand out from the crowd.',
			url: 'http://demo.rockettheme.com'
      },{
			file: '4.jpg',
			title: 'Audi RS8 V-12 TDI LeMans Concept - Front View',
			desc: 'Any lower and this RS8 would be scooping up tar as it drives down the road.',
			url: 'http://tutorials.rockettheme.com'
      }];
			file: '5.jpg',
			title: 'Audi RS8 V-12 TDI LeMans Concept - Front View',
			desc: 'Notice the roof mounted cooling for the mid-engine configuration',
			url: '#'
      }];

      var myshow = new Slideshow('slideshow', {
      type: 'combo',
      showTitleCaption: 1,
      captionHeight: 45,
      width: 450, 
      height: 300,
      pan: 20,
      zoom: 30,
      loadingDiv: 1,
      resize: true,
      duration: [2000, 9000],
      transition: Fx.Transitions.Expo.easeOut,
      images: imgs,
      path: 'shop/images/rokslideshow/'
      });

      myshow.caps.h2.setStyles({
      color: '#fff',
      fontSize: '13px'
      });
      myshow.caps.p.setStyles({
      color: '#ccc',
      fontSize: '11px'
      });
      });
      </script>

 <?php
//} 
?>
