.container {
	background:#bae3f9;
}
.zt-container{
	width:940px;
	height:450px;
	position:relative;
	overflow:hidden;
	margin:0 auto;
	background:#bae3f9;
}
img.zt-current{
	position:absolute;
	display:none;
}
img.zt-temp{
	position:absolute;
	opacity:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.zt-tag{
	position:absolute;
	z-index:10;
	border:2px solid #fff;
	background:transparent url(http://media.nzherald.co.nz/webcontent/infographics/204/tag.png) repeat top left;
	width:185px;
	height:160px;
	cursor:pointer;
}
.zt-tag-back{
	width:40px;
	height:22px;
	left:50%;
	bottom:0px;
	margin-left:-16px;
	background:#fff url(http://media.nzherald.co.nz/webcontent/infographics/204/back.gif) no-repeat center center;
}
.zt-loading{
	position:absolute;
	width:50px;
	height:50px;
	top:50%;
	left:50%;
	margin:-25px 0 0 -25px;
	opacity:0.8;
	z-index:99999;
	background:#fff url(http://media.nzherald.co.nz/webcontent/infographics/204/ajax-loader.gif) no-repeat center center;
}