// Created by ipbforumskins.com

jQuery.noConflict();

jQuery(document).ready(function($){

	$('a[href=#top]').click(function(){
		$('html, body').animate({scrollTop:0}, 400);
        return false;
	});
	
	$("#banner_wrapper").mousemove(function(e){
        $("#banner_highlight").css('background-position',(e.pageX - this.offsetLeft - 330)+'px '+(e.pageY - this.offsetTop - 250)+'px');
    });

});
