$(document).ready(function(){
	$('#slider1')
	.anythingSlider({
		width          : 675,
		height         : 450,
		startStopped   : false,
		toggleControls : false,
                resumeOnVideoEnd    : true,
		theme          : 'gshots'
	})
});
