$(function(){

	$('#mainslider').anythingSlider({
		width           : 730,   // Override the default CSS width
		height			: 220,
		delay           : 12000,
		buildArrows         : true,
		buildNavigation     : true,
		hashTags            : false, 
		theme           : 'mhtslide',
		
	});

	$('#feattransslider').anythingSlider({
		width           : 195,   // if resizeContent is false, this is the default width if panel size is not defined
		height          : 425,   // if resizeContent is false, this is the default height if panel size is not defined
		delay           : 12000,
		hashTags            : false, 
		theme           : 'mhtfeattrans',
	});
	
	$('#teamslider').anythingSlider({
		width           : 195,   // if resizeContent is false, this is the default width if panel size is not defined
		height          : 455,   // if resizeContent is false, this is the default height if panel size is not defined
		delay           : 12000,
		hashTags            : false, 
		theme           : 'mhtfeattrans',
	});

});
