﻿/**
	* default javascript methodes
	*
	* init on dom ready and global methods
	*
	* @author Michael Stamm, KWP Communications <m.stamm@kwp-communications.com>
	* @version 1.0
	* @timestamp 2011-10-06
	*/

$().ready(function(){
	$("html").removeClass("noJS"); // remove non javascript class for css selection from html tag
	$("ul.accordion_box").slideOut({"openedIndex":0});
	$(".gearsImageGallery").gearsImageGallery();
});
