jQuery(document).ready(function($){				
	
	$(window).bind("load", function() { 
		$("div#partners-image.svwp").slideViewerPro({ 
		/* 	thumbs: 6,  
			autoslide: true,  
			asTimer: 3500,  
			typo: true, 
			galBorderWidth: 0, 
			thumbsBorderOpacity: 0,  
			buttonsTextColor: "#707070", 
			buttonsWidth: 40, 
			thumbsActiveBorderOpacity: 0.8, 
			thumbsActiveBorderColor: "aqua", 
			shuffle: true  */
			asTimer: 5500,  
			galBorderWidth: 0, 
			autoslide: true,  
			thumbsVis: false, 
			shuffle: true 
		}); 
	}); 
	
	$(".partners-item").css({ opacity: 0.4 });
	$('.partners-item').hover(
		function(){  
			$(this).stop().animate({opacity: 1.0}, 'fast');},
		function(){
			$(this).stop().animate({opacity: 0.4}, 'fast' );
    });
	
	
	$('.widget_twitter li').corner("4px");
	$('#index-bottom').corner("8px");
	
	/* var str = $('.widgettitle a').html();	 */
	/* $('.widgettitle a').html(str.replace("Twitter: ", "")); */

	$('.qbrickCategoryPlayer_Ul').jcarousel();
	
	
		
});
