jQuery.noConflict();
jQuery(document).ready(function(){
		
	jQuery(".mini-brands .content").jCarouselLite({
		vertical: true,
		hoverPause:true,
		visible: 5,
		auto:500,
		speed:2000
	});		
	
	jQuery('.slideshow') 
		.after('<div id="slideshow-nav">') 
		.cycle({ 
			fx:     'scrollLeft', 
			speed:  '300', 
			timeout: 6000, 
			pager:  '#slideshow-nav' 
		});
		
	jQuery('.wrapper').after('<div id="fb-root"></div>');
	
	FB.init({
    appId  : '209919099053667',
    status : true, // check login status
    cookie : true, // enable cookies to allow the server to access the session
    xfbml  : true  // parse XFBML
	});
				
});

function fbs_click() { u=location.href; t=document.title; window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),' sharer', 'toolbar=0, status=0, width=626, height=436'); return true; } 
