if(navigator.appName == "Microsoft Internet Explorer") {
 window.location = "http://www.rubbishisgold.com/ie/"
}

$(document).ready(function(){	
	$("#slideshow").easySlider({
		prevId:         'prevBtn',
	    prevText:       '<',
	    nextId:         'nextBtn',
	    nextText:       '>',
	    controlsShow:   true,
	    controlsBefore: '',
	    controlsAfter:  '',
	    controlsFade:   true,
	    insertAfter:    true,
	    firstId:        'firstBtn',
	    firstText:      'First',
	    firstShow:      false,
	    lastId:         'lastBtn',
	    lastText:       'Last',
	    lastShow:       false,
	    vertical:       false,
	    speed:          350,
	    ease:           'swing',
	    auto:           true,
	    pause:          5000,
	    continuous:     true,
	    prevNext:       true,
	    numeric:        true
	});
	
	$("#slider").easySlider({
	    prevId:         'prevBtn',
	    prevText:       '<',
	    nextId:         'nextBtn',
	    nextText:       '>',
	    controlsShow:   true,
	    controlsBefore: '<div id="pagination">',
	    controlsAfter:  '</div>',
	    controlsFade:   false,
	    insertAfter:    true,
	    firstId:        'firstBtn',
	    firstText:      'First',
	    firstShow:      false,
	    lastId:         'lastBtn',
	    lastText:       'Last',
	    lastShow:       false,
	    vertical:       false,
	    speed:          350,
	    ease:           'swing',
	    auto:           false,
	    pause:          5000,
	    continuous:     true,
	    prevNext:       true,
	    numeric:        true
	});
	
	$("#case-study-slideshow").easySlider({
	    prevId:         'prevBtn',
	    prevText:       '<',
	    nextId:         'nextBtn',
	    nextText:       '>',
	    controlsShow:   true,
	    controlsBefore: '',
	    controlsAfter:  '',
	    controlsFade:   false,
	    insertAfter:    true,
	    firstId:        'firstBtn',
	    firstText:      'First',
	    firstShow:      false,
	    lastId:         'lastBtn',
	    lastText:       'Last',
	    lastShow:       false,
	    vertical:       false,
	    speed:          350,
	    ease:           'swing',
	    auto:           false,
	    pause:          5000,
	    continuous:     true,
	    prevNext:       true,
	    numeric:        true
	});
		
	function lightbox(){
    $(".lightbox, .lt").colorbox({
                           transition:"elastic",
                           speed:350,
                           scrolling:false,
                           opacity:1,
                           overlayClose:true,
                           previous:"&lt;",
                           next:"&gt;"
    }, lightbox);
}

lightbox();
			
});