/* ---------------------------------------------------------------------------------------------- */
/* コントロール                                                                                   */
/* ---------------------------------------------------------------------------------------------- */

jQuery ( document ) . ready

	(

	function ()

		{

		/* ------------- */
		/* div.portfolio */
		/* ------------- */

		/* Animated InnerFade with JQuery */

		jQuery ( 'div.portfolio ul' ) . animatedinnerfade

			(

				{

				containerwidth:		'928px',
				containerheight:	'478px',
				type:			'random',
				animationtype:		'fade',
				speed:			'2000',
				animationSpeed:		'7500',
				timeout:		'7500',
				bgFrame:		'none',
				controlBox:		'none',
				displayTitle:		'none'

				}

			);

		}

	);
