$(function(){
		   $('#gallery_hold').css('overflow', 'visible');
	/*	   
		   $("#gallery_hold div img").reflect({
										  
										  height:0.35,
										  opacity:0.16
										  
										  });*/
		   
		    $("#gallery_hold img").reflect({
										  
										  height:0.35,
										  opacity:0.16
										  
										  });
		   
		      $('#gallery_hold').cycle();

	$('#inner_content').not('.blog').bind(
							 
				'jsp-initialised',
				function(event, isScrollable){
					el = $(this);

					if(isScrollable){
						extra = 30;
						widthnow = el.width();
						function extend_width(index, width){
														  
														  
														  return width+extra;
														  
														  }
						el.width(extend_width);
						$('.jspContainer').width(extend_width);
						$('.jspPane').width(extend_width);
						}
											
					
					}).jScrollPane({
									
verticalGutter : 10
});


		  				$('#gallery_hold').hide();
 
		   });

$(window).load(function(){
						
				$('#gallery_hold').fadeIn();
	
						
						});
