  // <![CDATA[
 $(document).ready(
   function()
     {
       $("#cssGallery1").dmxGallery(
         {
            width: 540,
            height: 440,
            thumbWidth: 80,
            thumbHeight: 60,
            thumbPadding: 5,
            thumbHolderHeight: 150,
            thumbHolderPosition: 'right',
            thumbShowOnHover: false,
            captionPosition: 'bottom',
            playerDelay: 3,
            autoPlay: false,
            autosize: false,
            captionOpacity: 40,
            imgIndex: 0,
            preloadTreshold: 2,
            currentImage: 0
        }
       );
     }
 );
  // ]]>