//Carousel functions
	$(document).ready(function() {
        jQuery('#mycarousel').jcarousel({
                auto: 10,
                animation: "slow"}
        );
        
	$('.box.results .sectionc').hover(function() {
		$(this).addClass('pretty-hover');
	}, 
	function() {
		$(this).removeClass('pretty-hover');
	});
	$('div.t-refine').hide();
	$('div.t-refine').show('slow');	
    $('a.t-refine').click(function() {
	$('div.t-refine-b').toggle(400);
		return false;
	});
    /*$('div.t-emailc').hide();
    $('a.t-emailc').click(function() {
	$('div.t-emailc').toggle(400);
		return false;
	});*/
	});
	
	$(document).ready(function() {
        jQuery('#mycarousel').jcarousel({
                auto: 10,
                animation: "slow"}
        );
        
	$('.box.results .sectiond').hover(function() {
		$(this).addClass('pretty-hover');
	}, 
	function() {
		$(this).removeClass('pretty-hover');
	});
	$('div.t-refine').hide();
	$('div.t-refine').show('slow');	
    $('a.t-refine').click(function() {
	$('div.t-refine-b').toggle(400);
		return false;
	});
   /* $('div.t-refc').hide();
    $('a.t-refc').click(function() {
	$('div.t-refc').toggle(400);
		return false;
	});*/
	});
	
	$(document).ready(function() {
        jQuery('#mycarousel').jcarousel({
                auto: 10,
                animation: "slow"}
        );
        
	$('.box.results .section').hover(function() {
		$(this).addClass('pretty-hover');
	}, 
	function() {
		$(this).removeClass('pretty-hover');
	});
	$('div.t-refine').hide();
	$('div.t-refine').show('slow');	
    $('a.t-refine').click(function() {
	$('div.t-refine').toggle(400);
		return false;
	});
    /*$('div.t-email').hide();
    $('a.t-email').click(function() {
	$('div.t-email').toggle(400);
		return false;
	});*/
	});

	$(document).ready(function() {
        jQuery('#mycarousel').jcarousel({
                auto: 10,
                animation: "slow"}
        );
        
	$('.box.results .sectionb').hover(function() {
		$(this).addClass('pretty-hover');
	}, 
	function() {
		$(this).removeClass('pretty-hover');
	});
	$('div.t-refine').hide();
	$('div.t-refine').show('slow');	
    $('a.t-refine').click(function() {
	$('div.t-refine-b').toggle(400);
		return false;
	});
    /*$('div.t-emailb').hide();
    $('a.t-emailb').click(function() {
	$('div.t-emailb').toggle(400);
		return false;
	});*/
	});
	
	
	$(document).ready(function() {
        jQuery('#mycarousel').jcarousel({
                auto: 50,
                animation: "slow"}
        );
        
	$('.box.results .sectiond').hover(function() {
		$(this).addClass('pretty-hover');
	}, 
	function() {
		$(this).removeClass('pretty-hover');
	});
	$('div.t-refine').hide();
	$('div.t-refine').show('slow');	
    $('a.t-refine').click(function() {
	$('div.t-refine-b').toggle(400);
		return false;
	});
    /*$('div.t-emaild').hide();
    $('a.t-emaild').click(function() {
	$('div.t-emaild').toggle(400);
		return false;
	});*/
	});