﻿	   $(document).ready(
				function(){
					$('ul#gallery').innerfade({
						speed: 2000,
						timeout: 6000,
						type: 'sequence',
						containerheight: '396px'
					});
			});

