/* CSS Document */
.tooltip-target {
		display: block;
		padding: 0px;
		background-color: #ffffff;
		text-align: center;
	}
	.tooltip-content {
		display: none;      /* required */
		position: absolute; /* required */
		width:auto;
		padding:0px;
		border: 1px solid #cccccc;
		text-align: center;
color: black;
z-index:99;
	}
	
	#fancy-content-1 {
		border: none;
		background: url('http://s3.amazonaws.com/theezpzway/files/1/original.png');
		width: auto;
		height: auto;
	}
