.j-clickable {
	cursor:pointer;
}
.j-break {
	clear:both;
}
.jmodal-window, ul.jhint {
	border:1px solid silver;
	background:white;
	padding:0.5em;
}
.jmodal-bg {
	background-color: #72acd3;
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
    opacity: 0.80;
    filter: alpha(opacity=80);
}
ul.jhint {
	margin:0;
	list-style:none;
}
div#zoom a.close {
	float:right;
	margin-right:1em;
	font-size:large;
	margin-bottom:5px;
}
div#zoom-image {
	background-position:center center;
	background-repeat:no-repeat;
	width:550px;
	height:366px;
	margin:0 auto;
	border:1px solid black;
	clear:both;
}