$(function(){

	$("img.bandlid").qtip({
		content: {
			prerender: false
		},
		position: {
			corner: {
				target: 'topMiddle',
				tooltip: 'bottomMiddle'
			},
			adjust: {
				y: -5
			}
		},
		style: { 
			padding: 5,
			background: '#000',
			border: {
				width: 0,
			},
			color: '#b1b1b1',
			fontSize: 10,
			textAlign: 'center',
			fontFamily: 'arial',
			tip: {
				size: {
					x: 10,
					y: 5
				},
				color: '#000',
				corner: 'bottomMiddle'
			},
			
		},

	
	});

});
