$(function(){
	$('#slide').cycle({
	    fx:      'scrollHorz',
	    pager:   '#nav',
	    pagerEvent:   'mouseover',
	    prev:		'#prev-button',
	    next:		'#next-button',
	    speed: 500,
	    pause: 1
	});
	$('#slide2').cycle({
	    fx:      'shuffle',
	    next:   '#shuffle-button',
	    speed: 1500,
	    pause: 1
	});	
});

$(function(){ 
    var Tw=$("#hilightDiv img").width(); 
    var Tw2=Tw-$("#overLayText").css("padding"); 
    $("#hilightDiv").width(Tw);     
    var Th=$("#overLayText").height()+10; 
    $("#overLayText").css({ 
        "background-color":"#000000", 
        "color":"#FFFFFF", 
        "top":-Th, 
        opacity:0.75 
    }); 
}); 

