// for nissan72.ru 

<!--//--><![CDATA[//><!--
		jsHover = function() {
			var hEls = document.getElementById("nav").getElementsByTagName("LI");
			for (var i=0, len=hEls.length; i<len; i++) {
				hEls[i].onmouseover=function() { this.className+=" jshover"; }
				hEls[i].onmouseout=function() { this.className=this.className.replace(" jshover", ""); }
			}
		}
		if (window.attachEvent && navigator.userAgent.indexOf("Opera")==-1) window.attachEvent("onload", jsHover);
//--><!]]>


$(document).ready(
  function()
  {
      $("#tth tr:nth-child(odd)").addClass("odd");
  }
);

stepcarousel.setup({
	galleryid: 'mygallery', //id of carousel DIV
	beltclass: 'belt', //class of inner "belt" DIV containing all the panel DIVs
	panelclass: 'panel', //class of panel DIVs each holding content
	panelbehavior: {speed:500, wraparound: true, persist:true},
	defaultbuttons: {enable: true, moveby: 1, leftnav: ['../img/arrow_left.gif', -20, 0], rightnav: ['../img/arrow_right.gif', 0, 0]},
	statusvars: ['statusA', 'statusB', 'statusC'], //register 3 variables that contain current panel (start), current panel (last), and total panels
	contenttype: ['inline'] //content setting ['inline'] or ['external', 'path_to_external_file']
})


