﻿$(document).ready(function(){
	$('.highlights').nivoSlider({
        effect: 'fade',
        directionNav: false,
        pauseOnHover: true,
        animSpeed: 50,
        pauseTime: 7000,
        controlNavThumbs: false,
		slices:1,
		captionOpacity:0
    });
    $('.nivo-control').each(function(){
        var rel = $(this).attr("rel");
        $(this).html(parseInt(rel)+1);
    });
	
});
