
$(document).ready(function() {

$('.open').click(function() {
$('#c-form').toggle('hide-form');
});


$('#acc').accordion({ autoHeight: false,active: false, event: 'mouseover' });

$("#shots").easySlider({
		auto: true,
		continuous: true 
	});


});