$( function () {

	$( "#header-slider" ).loopedSlider ( { autoStart: 5000 } );
	$( "#header-slider a" ).click ( function () { document.location = this.href; return false } );

	//assimilate empty images
	$( "img[src='']" ).css ( { border: 0 } );
	
	$(".lf-box").each(function(){ $(this).find("li:odd").addClass ( "col2" )});


	$( "#horizontal-slider a" ).lightBox ( {
	
		imageLoading:			'/assets/layout/lightbox/images/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
		imageBtnPrev:			'/assets/layout/lightbox/images/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
		imageBtnNext:			'/assets/layout/lightbox/images/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
		imageBtnClose:			'/assets/layout/lightbox/images/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
		imageBlank:				'/assets/layout/lightbox/images/lightbox-blank.gif',			// (string) Path and the name of a blank image (one pixel)
	
	
	});



	$( ".icon-menu a" ).each ( function () {
	
		this.title = $(this).text ();
	
	} );
	
	
	$(".sidebar").css( { minHeight: $(".content").outerHeight(true) } );
	$(".sidebar li").hover(function(){$(this).addClass("hover");},function(){$(this).removeClass("hover");});

} );
