jQuery.noConflict();
 
var flashvars = {};
	flashvars.autoplay = "true"; // Auto play on/off : currently off
	flashvars.mute = "false"; // Mute/unmute : currently unmuted
	flashvars.volume = "60"; // Volume : currently at 60%
	flashvars.loop = "false"; // Loop video on/off: currently off
	flashvars.vid_width = "496"; // Width of the player = width of the video + 10 px : currently 430px
	flashvars.vid_height = "376"; // Height of the player = height of the video + 20px : currently 350px
	flashvars.vid_url = "video/Drew_Waters.flv"; // URL of the video : currently "video/Drew_Waters.flv"
	flashvars.img_url = "./public/player/preview.jpg"; // URL of the preview image : currently "preview.jpg"
	var params = {};
	params.menu = "false";
	params.scale = "noscale";
	params.bgcolor = "0x00000";
	params.allowfullscreen = "true";
	var attributes = {};
	swfobject.embedSWF("./public/player/FLV_player_F8.swf", "FLVPlayerDiv", "496", "376", "9.0.0", "./public/js/expressInstall.swf", flashvars, params, attributes);

jQuery(document).ready(function(){ 
	var h = jQuery(".content").height(); 
	if ( h > 302 ) {
		jQuery(".scroll_reel").css("height", "302px");
	}
	jQuery('#reel').jScrollPane({showArrows:true});
});
	
    