/* 
jquery cyclde plugin
option page: http://jquery.malsup.com/cycle/options.html
 
 */

/*

jQuery(document).ready(function(){
	jQuery('#gi_slideshow').cycle({ 
    fx:     'fade', 
    speed:  'fast', 
    timeout: 0, 
    next:   '#next2', 
    prev:   '#prev2' 
});
	
});

*/

jQuery(document).ready(function(){
	jQuery('#gi_slideshow').cycle({ 
    fx:     'fade', 
    speed:  'fast', 
    timeout: 0, 
    next:   '#next3', 
    prev:   '#prev3' 
});
	
});



/* test
jQuery(document).ready(function(){
jQuery("#accordion").tabs("#accordion div.pane", {tabs: 'h2', effect: 'slide', initialIndex: null});
});
*/

	
/*http://flowplayer.org/tools/demos/tabs/accordion.html*/
jQuery(document).ready(function(){
jQuery(".parent_9 #blockContent").tabs(".parent_9 #blockContent blockquote", {tabs: '.csc-frame .csc-header', effect: 'slide', initialIndex: 'csc-firstHeader'});
});

jQuery(document).ready(function(){
jQuery(".parent_3 #blockContent").tabs(".parent_3 #blockContent blockquote", {tabs: '.csc-frame .csc-header', effect: 'slide', initialIndex: 'csc-firstHeader'});
});

jQuery('#c366').accordion({ 
    header: 'h1', 
    active: false,  
    alwaysOpen: false, 
    animated: false, 
    autoheight: false 
});
