// JavaScript Document
 $(document).ready(function() {
 		$("#whatright li img").qtip( {
		content:{ test:false
		},
				position:{
corner:{
				target:'topRight',
				tooltip:'bottomLeft'
							}
						},
						

						style:{
						padding:10,
						
						background:'#7ea9cc',
						color:'white',
						textAlign:'center',
						border:{
							width:2,
							radius:10,
						},
						
						tip:'bottomLeft',
						name:'dark'
						}
	
	
			});
	});
