/*
*************************************************

SEBASTIAN NITU
jQuery Document & Image Ready Scripts

Created by Sebastian Nitu
http://www.sebnitu.com

*************************************************
*/

/*-------------------------------------------    
	When Document is Ready
---------------------------------------------*/
$(document).ready(function() {
	
	$('.imageRotate').imageRotate();
	
});

/*-------------------------------------------    
	After Images are Loaded
---------------------------------------------*/

$(window).load(function() {



});

/*-------------------------------------------    
	Fin
---------------------------------------------*/
