
    		/* <![CDATA[ */ 

    		
    		var Lightview = {
			  Version: '2.0.3',
			
			  // Configuration
			  options: {
			    backgroundColor: '#fff',     // Background color of the view
			    border: 12,                                            // Size of the border
			    buttons: { opacity: { normal: 0.65, hover: 1 } },      // Opacity of inner buttons
			    cyclic: false,                                         // Makes galleries cyclic, no end/begin.
			    images: '/superglobals/images/lightview/',     					   // The directory of the images, from this file
			    imgNumberTemplate: 'Picture #{position} of #{total}',    // Want a different language? change it here
			    overlay: {                                             // Overlay
			      background: '#000',// Background color, Mac Firefox & Safari use overlay.png
			      close: true,                                         // Overlay click closes the view
			      opacity: 0.3,
			      display: 1
			    },
			    preloadHover: true,                                    // Preload images on mouseover
			    radius: 8,              // Corner radius of the border
			    removeTitles: false,                                    // Set to false if you want to keep title attributes intact
			    resizeDuration: 1,  // When effects are used, the duration of resizing in seconds
			    slideshow: { delay: 5, display: true },                // Seconds each image is visible in slideshow
			    titleSplit: '::',                                      // The characters you want to split title with
			    transition: function(pos) {                            // Or your own transition
			      return ((pos/=0.5) < 1 ? 0.5 * Math.pow(pos, 4) :
			        -0.5 * ((pos-=2) * Math.pow(pos,3) - 2));
			    },
			    viewport: true,                                        // Stay within the viewport, true is recommended
			    zIndex: 25000,                                          // zIndex of #lightview, #overlay is this -1
			
			    // Optional
			    closeDimensions: {                                     // If you've changed the close button you can change these
			      large: { width: 85, height: 22 },                    // not required but it speeds things up.
			      small: { width: 32, height: 22 },
			      innertop: { width: 22, height: 22 },
			      topclose: { width: 22, height: 18 }                  // when topclose option is used
			    },
			    defaultOptions : {                                     // Default open dimensions for each type
			      ajax:   { width: 400, height: 300 },
			      iframe: { width: 400, height: 300 },
			      inline: { width: 400, height: 300 },
			      flash:  { width: 400, height: 300 },
			      quicktime: { width: 480, height: 220, autoplay: true, controls: true, topclose: true }
			    },
			    sideDimensions: { width: 16, height: 22 }              // see closeDimensions
			  },
			
			  classids: {
			    quicktime: 'clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B',
			    flash: 'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'
			  },
			  codebases: {
			    quicktime: 'http://www.apple.com/qtactivex/qtplugin.cab#version=7,3,0,0',
			    flash: 'http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0'
			  },
			  errors: {
			    requiresPlugin: "\x3cdiv class='message'>The content your are attempting to view requires the \x3cspan class='type'>#{type}\x3c/span> plugin.\x3c/div>\x3cdiv class='pluginspage'>\x3cp>Please download and install the required plugin from:\x3c/p> \x3ca href='#{pluginspage}' target='_blank'>#{pluginspage}\x3c/a>\x3c/div>"
			  },
			  mimetypes: {
			    quicktime: 'video/quicktime',
			    flash: 'application/x-shockwave-flash'
			  },
			  pluginspages: {
			    quicktime: 'http://www.apple.com/quicktime/download',
			    flash: 'http://www.adobe.com/go/getflashplayer'
			  },
			  // used with auto detection
			  typeExtensions: {
			    flash: 'swf',
			    image: 'bmp gif jpeg jpg png',
			    iframe: 'asp aspx cgi cfm htm html php pl php3 php4 php5 phtml rb rhtml shtml',
			    quicktime: 'avi mov mpg mpeg movie'
			  }
			}; 

			
			/* ]]> */ 
