$(document).ready(function(){
	$('div.items-list-img a, .hp-imgs a').qtip({
		position: {
			corner: {
		         target: 'topRight',
		         tooltip: 'bottomRight'
		    },
		    target: 'mouse'
		},
		content: {
			text: false
		},
		style: {
			border: {
			width: 5,
			radius: 10,
			color: '#EA0076'
		},		
		padding: 5, 
		tip: true, 
		//name: 'red' 
		color: '#fff',
		background: '#EA0076'
		}
	});  
});
