$(document).ready(function() {
					  $('.menu<ul li').nextAll(':eq(7)').addClass('lastline');
	  $('.menu<ul li').nextAll(':eq(7)').addClass('first');
	  $('.menu<ul li').nextAll(':eq(6)').nextAll().addClass('nextline');
						   

	 
	$('#slider').cycle({ 
fx:     'fade', 
    speed:   1000, 
    timeout: 3000,
	pause:1
}); 
	
	$('#slider2').cycle({ 
fx:     'fade', 
    speed:   1000, 
    timeout: 3000
}); 
	   
});

			flowplayer("player", "assets/templates/robot/flowplayer-3.1.5.swf", {
					   
					   clip: { 

        autoPlay: false,  
        autoBuffering: true 
    }, 
			
			canvas: {backgroundColor: "transparent"},

plugins: {
   controls: {
         progressColor: '#a1b1ba',
      borderRadius: '5',
      bufferColor: '#3eb0ea',
      buttonOverColor: '#3eb0ea',
      sliderColor: '#2d8dbe',
      volumeSliderColor: '#3eb0ea',
      tooltipColor: '#5F747C',
      progressGradient: 'medium',
      backgroundColor: '#d5dadd',
      timeBgColor: '#555555',
      volumeSliderGradient: 'none',
      sliderGradient: 'none',
      timeColor: '#ffffff',
      tooltipTextColor: '#ffffff',
      buttonColor: '#9fa5a8',
      durationColor: '#a7ece3',
      bufferGradient: 'none',
      backgroundGradient: 'low',
      height: 24,
      opacity: 1.0
   }
   

},
canvas: { 
        backgroundColor: '#c1ebeb', 
        borderRadius:0 
    }
					   });
