$(function() {
	$(".carusel").jCarouselLite({
			btnNext: "#slider .next",
			btnPrev: "#slider .prev",
			visible: 1,
			auto: 15000,
			circular: true,
			speed: 1000
	});
});
$(function() {
	$(".infos").jCarouselLite({
			btnNext: "#info .next",
			btnPrev: "#info .prev",
			visible: 1,
			speed: 1000
	});
});
function equalHeight(group) {
	 tallest = 0;
	 group.each(function() {
			thisHeight = $(this).height();
			if(thisHeight > tallest) {
				 tallest = thisHeight;
			}
	 });
	 group.height(tallest);
}
$(document).ready(function() {
   $("#info li").height(200);
});
Cufon.replace ('#footer .links',{fontFamily:'Candara Regular',hover:{color:'#5e798b'}});
Cufon.replace ('#footer .refs',{fontFamily:'Candara Regular',hover:{color:'#000'}});
Cufon.replace ('#menu ul li a',{fontFamily:'Candara Regular',hover:{color:'#7c94b0'}});
Cufon.replace ('#menu ul li .selected',{fontFamily:'Candara Regular',hover:{color:'#fff'}});
Cufon.replace ('#content .in #ad-1 .in h3,#content .in #ad-1 .in p,#slider-1 .offer,#info ul li h2,#last h2,#right h3',{fontFamily:'Candara Bold'});
function show_hide (tagId) {
		if (document.getElementById(tagId).style.display == 'none') {
				document.getElementById(tagId).style.display = 'block';
		} else {
				document.getElementById(tagId).style.display = 'none';
		}
}
