$(document).ready(function(){
	$("#articles article footer ul.icons li a img, #main-article header ul.icons li a img").qtip({
		position:{
			corner:{
				target:'topMiddle',
				tooltip:'bottomMiddle'
			}
		},
		adjust: {
			screen:true
		},
		style:{
			name:'light',// Inherit the rest of the attributes from a preset style
			padding:4,
			background:'#efefef',
			color:'#666666',
			textAlign:'center',
			border:{
				width:1,
				radius:0,
				color:'#e0e0e0'
			},
			tip:{
				corner:'bottomMiddle',
				color:'#e0e0e0',
				size:{
					x:9,
					y:6
				}
			}
		}
	});
});
