$(document).ready(function(){	
	$("#items").easySlider();
});
$( function(){
    // default settings


    // initialize
   
    $( '#pickstyle a' ).Tooltip({
	    delay      : 1,
        showURL    : false,
        showBody   : " - ",
        track      : true
	});
	$( '#online a' ).Tooltip2({
	    delay      : 1,
        showURL    : false,
        showBody   : " - ",
        track      : true
	});

});
