.tmask {
	background:#000;
	display:none;
	height:100%;
	left:0px;
	opacity: 0.5;
	position:absolute;
	top:0px;
	width:100%;
	z-index: 3;
}
.tbox {
	display: none;
	position: absolute;
	z-index: 3;
}
.tinner {
	background: url(images/preload.gif) no-repeat 50% 50% #fff;
	border-radius: 3px;
	height: auto !important;
	overflow: auto;
	padding: 20px;
}
.tclose {
	background:url(images/close.png) no-repeat;
	cursor:pointer;
	float: right;
	height:30px;
	position: absolute;
	right: -17px;
	top: -13px;
	width: 30px;
}
.thistory {
    background:url(images/arrow.png) no-repeat;
    display: none;
    cursor:pointer;
    float: left;
    position: absolute;
    left: 950px;
    top: -13px;
    width: 30px;
    height: 30px;
}
.tclose a {
	display: block;
	height: 30px;
	text-indent: -9000px;
	width: 30px;
}
.thistory a {
    display: none;
    height: 30px;
    text-indent: -9000px;
    width: 30px;
}
.tclose:hover {
	background-position:0 -30px;
}
.thistory:hover {
    background-position:0 -30px;
}
#loading-tinybox {
	height:100%;
	left:0px;
	opacity: 0.5;
	position:absolute;
	top:0px;
	width:100%;
	background: #000;
	z-index: 1;
	display: none;
}

#loading-tinybox-image {
    background: url(/static/djtools/tinybox/images/loading.gif) no-repeat center center;
    height:100%;
    width:100%;
    top:0px;
    position: fixed;
    opacity: 0.5;
    z-index: 2;
    display: none;
}

#loading-tinybox-image-wait {
    background: url(/static/djtools/tinybox/images/lazy-loading.gif) no-repeat center center;
    height:100%;
    width:100%;
    top:0px;
    position: fixed;
    opacity: 0.5;
    z-index: 2;
    display: none;
}

#history-cache {
    display: none;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}