hs.skin.contentWrapper = '<div class="highslide-header" style="text-align:right;" >'+
    	'<a href="#" title="{hs.lang.closeTitle}" '+
    	'onclick="return hs.close(this)">'+
    	'<span><img src="/images/icons/close.gif" style="width:15px; height:15px; border:0px solid black;" /></span></a>'+
    	'</div>'+
    	'<div class="highslide-body"></div>'+
    	'<div class="highslide-footer"></div>'+
    	'</div></div>';

hs.addSlideshow({
		slideshowGroup: 'group1',
		interval: 4000,
		repeat: false,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
			opacity: .75,
			position: 'bottom center',
			hideOnMouseOut: true
		}
	});

	// The simple semitransparent close button overlay
	hs.registerOverlay({
		slideshowGroup: 'group1',
		overlayId: 'closebutton',
		position: 'top right',
		fade: 2 // fading the semi-transparent overlay looks bad in IE
	});



//return hs.expand(this, 			{wrapperClassName: 'highslide-no-border', dimmingOpacity: 0.75, align: 'center'})
    hs.dimmingOpacity = 0.75;
    hs.dimmingDuration = 2;

    hs.transitions = ['expand', 'fade'];
    hs.align = 'center';
    //hs.fadeInOut = true;

    //hs.autoplay = true;
    hs.graphicsDir = '/images/highslide/';
    hs.outlineType = 'rounded-white';
    hs.zIndexCounter = 10000;
    hs.height = 340
    hs.minWidth = 720
    //hs.preserveContent = true;
    hs.cacheAjax = false;
    hs.showCredits = false;
    hs.allowSizeReduction = false;

    hs.wrapperClassName = 'highslide-no-border';
    hs.Expander.prototype.getCacheBinding = function() { return null; }
