// JavaScript Document
	jQuery(function(){
		jQuery(".article-carousel").jCarouselLite({
			btnNext: ".next",
			btnPrev: ".prev",
			start: 0,
			visible: 6
		});
		
 		$('#photo-menu').sSelect({ddMaxHeight: '500px'});
		$('#album-menu').sSelect({ddMaxHeight: '500px'});
		
		$('a#launch_btn').click(function(){
			$.openDOMWindow({
				loader:1,
				loaderImagePath:'http://www.slopemedia.org/wp-content/themes/Slope/images/loading.gif',
				loaderHeight:32,
				loaderWidth:32,
				width:980,
				height: 1500,
				borderColor:'',
				borderSize:'0',
				fixedWindowY:0,
				windowBGColor:'',
				positionType:'centered',
				overlayOpacity:'90',
				windowSourceID:'#overlay'
			}); 
      		doSIFR();
      		return false; 
		}); 
		
		$('#overlay-gallery-close_btn').closeDOMWindow({eventType:'click'});
	});
