$(document).ready(function(){

    $.blockUI({ message: '<h1>loading...</h1>' }); 
	
    $.blockUI.defaults.css = {
            border:             'none', 
            padding:            '5px', 
            backgroundColor:    '#000', '-webkit-border-radius': '10px', '-moz-border-radius': '10px', 
            opacity:            .5, 
            color:              '#fff',
            width:              '30%',
            top:                '40%',
            left:               '35%',
            textAlign:          'center'
    }
    
    $().ajaxStart($.blockUI).ajaxStop($.unblockUI);

    $('.tabs').tabs({ fx: { opacity: 'toggle' }});
	
	jQuery('#loopedSlider').loopedSlider({
				multi : [
								[ 'monreve' , 'happyturn' , 'elegantgiftgallery' , 'shalone' ],
								[ 'rafter' , 'simplemenu' , 'skinclub' , 'africanamericanbookco' ],
								[ 'visionpoint' , '4stroke' , 'arcaseum' , 'dubell' ],
								[ 'heavenlysins' , 'wiredelivery' , 'diamondvision' , 'lazzarolaw' ],
								[ 'CSGLI' , 'cadlett' , '8in8rate' , 'homeconsultant' ],
								[ 'gabriella' , 'LNC' , 'isend' , 'givwine' ],
								[ 'lvintage' , 'phaseII' , 'gormanfoundation' , 'ccs' ],
								[ 'pressyourself' , 'prestigesecurity' , 'siena' , 'trendsettingmoms' ],
								[ 'winnerscircle' , '1200dreams' , 'alanstreets' , 'allanwernick' ],
								[ 'natasha' , 'magnoliaorganics', 'fanrates', 'logos']
							]								
				}); 
});
