/*$(document).ready(function(){  
         $(".main_vsl").cycle({fx:'shuffle', shuffle:{top: 100,left: 200},timeout:4000,speed:1000});
});

*/

$(document).ready(function(){  
         $(".main_vsl").cycle({fx:'fade',timeout:4000,speed:1000});
});

$(document).ready(function(){  
         $(".main_text").cycle({fx:'turnUp',timeout:4500,speed:1000,cleartype : true,cleartypeNoBg : true 
});
});

/*

$(document).ready(function(){  
         $(".main_vsl").cycle({fx:'turnUp',timeout:1000,speed:1000});
});


$(document).ready(function(){  
         $(".main_vsl").cycle({fx:'turnLeft',timeout:1000,speed:1000});
});



$(function(){
            $(".main_vsl").cycle({
                                fx:'scrollHorz',
                                timeout:0,  
                                next:'#next',
                                prev:'#prev'
                                });
                return false;
                
        });

*/


/*
fade
shuffle
zoom
slideX
slideY
scrollUp
scrollDown
scrollLeft
scrollRight
*/

$(function() {
		$("#ui-tab > ul").tabs();
	});
$(function() {   
$('.imgBox a').lightBox();   
});   

