/*

	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);
			
			$('#footer').fadeOut(0).fadeIn(700);
			
			$('#contenidos').css({'bottom':'-100px'}).animate({'top':'30px'},1000);
			$('#obermedia > a').css({'bottom':'-40px'}).animate({'bottom':'0px'},700);				
	 	}
	 
	 };
	 
	 
	 /* Theme Specific Variables
	 ----------------------------*/
	 $.supersized.themeVars = {
	 	
		image_path			:	'img/',				// Default image path
	 												
	 };												
	
	 /* Theme Specific Options
	 ----------------------------*/												
	 $.supersized.themeOptions = {};
	
	
})(jQuery);
