// JavaScript Document

// execute when the HTML file's (document object model: DOM) has loaded
$(document).ready(function() {
						  
	  $('#btnLogin').button();
							
	  $('#coin-slider').coinslider( {
								   width: 700,
								   navigation: false,
								   delay: 5000,
								   height: 430,
								   effect: 'straight'
								   });
});
