$(document).ready(function(){	
		$(document).pngFix();
		$.localScroll();
			$('#no-script').remove();
			$("#slider").easySlider({
				auto: true,
				speed: 1000,
				pause: 5000,
				continuous: true 
			});	
			$("#slider2").easySlider({ 
				continuous: true,
				auto:true
			});
			
			$( '#slide-scroller .items .item' ).live( 'hover', function() {
			$( this ).toggleClass( 'hover' );
				}, function() {
			$( this ).removeClass( 'hover' );
				});
			$( '#slide-scroll' ).scrollable({
				}).navigator();
			$("a[rel='screenshot']").colorbox({rel:'nofollow'});
			
			
});	
