$(document).ready(function () {
    $('#featurednews').galleryView({
        show_panels: true,              
        show_filmstrip: true,           
        
		panel_width: 600,               
        panel_height: 280,              
        
		frame_width: 100,               
        frame_height: 60,               
        
		start_frame: 1,                 
        
		filmstrip_size: 3,
        
		transition_speed: 800,          
        transition_interval: 4000,      
        
		overlay_opacity: 0.7,           
        frame_opacity: 0.3,             
        
		pointer_size: 0,                
        
		nav_theme: 'dark',              
        
		easing: 'swing',                
        
		filmstrip_position: 'bottom',   
        overlay_position: 'bottom',     
        
		panel_scale: 'nocrop',          
        frame_scale: 'crop',            
        frame_gap: 5,                   
        
		show_captions: false,           
        
		fade_panels: true,              
        
		pause_on_hover: true            
    });
});
