// photo
	 $(document).ready(
	 function(){
	 $('ul#portfolio').innerfade({
	 speed: 1000,
	 timeout: 5000,
	 type: 'sequence',
	 containerheight: '285px'
	 });
	 });
// Box
	 $(function(){
	　$('#curve').cornerz();
	　$('#curve2').cornerz();
	　$('#curve3').cornerz();
 });
// image
	 Shadowbox.init({
	　language: 'en',
 players: ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv']
	 });
// tab
	 $(function() {
　　　$('#jqtab > ul').tabs({ fxFade: true, fxSpeed: 'fast' });
　　　});