// JavaScript Document

$(document).ready(function()
{
	$('#slider').slider({effect: 'horizontal'});
}); 



