﻿// What is $(document).ready ? See: http://flowplayer.org/tools/using.html#document_ready
$(document).ready(function() 
{
	// initialize scrollable together with the circular plugin
	$("#brands-scroll").scrollable().circular();	
});
