jQuery(document).ready(function() {

	if(($('#scrollding').is('*'))&&($('.scrollist-couture').is('*'))){
			
		//$('#scrollding .scrollist').width(0);
		//$('#scrollding .scrollist img').each(function(){
		//	var currwidth = ($('#scrollding .scrollist').width()+5);
		//	$('#scrollding .scrollist').css({'width':currwidth+=$(this).width()});
		//}).parents('#scrollding').jScrollHorizontalPane({
		//	scrollbarHeight:'13'
		//});
		
		var basicwidth = ($("#scrollding .scrollist > div").size()*375);
		$('#scrollding .scrollist').css({'width':basicwidth});
		
		
  	}else if($('#scrollding').is('*')){
  	
  		var basicwidth = ($("#scrollding .scrollist > div").size()*275);
		$('#scrollding .scrollist').css({'width':basicwidth});
		
  	}
  	
  	$('#scrollding').jScrollHorizontalPane({
		scrollbarHeight:'13',
		dragMinWidth:'130',
		dragMaxWidth:'130'
	});	
  	
  	//galleria
  	$('#gallery li:first').addClass('active');
  	
  	$('#gallery').galleria({
  		insert:'#gallery-big',
  		show:'1'
  	});
  	
  	//slideshow
  	
  	$('#slideshow').innerfade({
  		speed: 500, // Fading-/Sliding-Speed in milliseconds or keywords (slow, normal or fast) (Default: 'normal') 
 		timeout: 4000 // Time between the fades in milliseconds (Default: '2000') 
  	});
  	  	
	
   
});
