/* innerfade settei */
$(document).ready(
		function(){
			$('#main_screen').innerfade({
				animationtype: 'fade',
				speed: 2050,
				timeout: 5000,
				type: 'random',
				containerheight: '380px'
			});
		}
);


/* AutoHeight settei */
$(function(){
		$("#select_theme p").autoHeight({column:4});
		$("#tab-1 p.htname").autoHeight({column:5});
		$("#tab-2 p.htname").autoHeight({column:5});
		$("#tab-3 p.htname").autoHeight({column:5});
		$("#tab-4 p.htname").autoHeight({column:5});
	});

