#tiptip_holder {
	max-width: 400px !important;
	}
#tiptip_content {
	background: #fff;
	color: #222;
	text-shadow: none;
	box-shadow: none;
	border-color: #ccc;
	min-width: 200px;
	width: auto;
	font-size: 12px;
	padding: 0;
	}
#tiptip_content > div {
	background: #f8f8f8;
	padding: 4px 8px;
	}
#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: #ccc;
	}

#tiptip_content h5 {
	padding: 0;
	margin: 0;
	}		
#tiptip_content .image-block {
	background: #fff;
	padding: 0px;
	margin: 0;
	}	

#tiptip_content .image-block img {
	padding: 10px;
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 300px;
	max-height: 300px;
	}	
		
#tiptip_content {
    position: relative;
}

#tiptip_content:after {
    content: "X";
    position: absolute;
    top: -35px;
    right: -35px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    background: #f8f8f8;
    background-color: #f8f8f8;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
    border: 1px solid #ccc;
    color: #222;
    font-size: 20px;
    cursor: pointer;
}		