/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.3
	Theme 	: Sanbenito Restaurant
	
	Site	: www.buildinternet.com/project/supersized
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License

*/

(function($){
	
	theme = {
	 	
	 	
	 	/* Initial Placement
		----------------------------*/
	 	_init : function(){
			
			$('#logo').fadeOut(0).fadeIn(700);
			
			$('#wrapper-menu').fadeOut(0).fadeIn(700);
			
				$('#contenidos').fadeOut(0).fadeIn(700);
			
			$('#obermedia').fadeOut(0).fadeIn(700);
						
	 	}
	 
	 };
	 
	 
	 /* Theme Specific Variables
	 ----------------------------*/
	 $.supersized.themeVars = {
	 	
		image_path			:	'img/',				// Default image path
	 												
	 };												
	
	 /* Theme Specific Options
	 ----------------------------*/												
	 $.supersized.themeOptions = {};
	
	
})(jQuery);
