// JavaScript Document
  // <![CDATA[
 jQuery(document).ready(
   function()
     {
       jQuery("#cssGallery1").dmxGallery(
         {
            width: 555,
            height: 338,
            thumbWidth: 95,
            thumbHeight: 80,
            thumbPadding: 5,
            thumbHolderHeight: 80,
            thumbHolderPosition: 'right',
            thumbShowOnHover: false,
            captionPosition: 'top',
            playerDelay: 3,
            autoPlay: false,
            autosize: true,
            captionOpacity: 40,
            imgIndex: 0,
            preloadTreshold: 2,
            currentImage: 0
        }
       );
     }
 );
  // ]]>

