	$(function() {
	$("#pl").scrollable({items:'div.entries', size:4, clickable:false});
$f("player", "Videos/flashPlayer/flowplayer-3.1.1.swf",  
{               
plugins:  {              
     
controls: {
      sliderGradient: 'none',
      sliderColor: '#000000',
      timeColor: '#fa0009',
      buttonOverColor: '#2a2828',
      progressColor: '#a80006',
      borderRadius: '0',
      bufferColor: '#772225',
      backgroundColor: '#030303',
      buttonColor: '#000000',
      bufferGradient: 'none',
      durationColor: '#ffffff',
      backgroundGradient: 'medium',
      progressGradient: 'medium',
   	opacity:1.0
   }    
   },    
 canvas: {backgroundColor: "#772225"}
 })
.playlist("div.entries");
	
});

