#thincaptionfull {
	font-size: 11px;
	color: #000; background: #FFF;
	display: block; position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	z-index: 60000;
}
	#thincaptionfulltext {
		color: #666; background-color: transparent;
		position: relative; z-index: 60002;
		padding: 10px;
	}

#thincaption {
	position: absolute;
	left: 0; right: 0; width: 100%; top: 0; max-height: 33%; padding: 0 8px;
	color: #FFF; background: #111;
	font-size: 11px; margin-bottom: -1px;
}
	#thincaption p { margin: 1em 0; }
	#thincaption a { color: #FFF; }
#thincaptionbutton { cursor: pointer; }
#thinimgcover {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	z-index: 50000;
	color: #FFF; background: #FFF url('../assets/thinbox/loading.gif') 50% 50% no-repeat;
}
	* html #thinimgcover {
		 padding: 20px;
	}
#thindarkout {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	color: #FFF; background: #FFF;
	opacity: 0.2; -moz-opacity: 0.2;
	filter: alpha(opacity=20);
	z-index: 9900;
}
#thinblackout {
	position: fixed; top: 0; left: 0; width: 100%; height: 100%;
	z-index: 10000;
	color: #FFF; background: #FFF;
}
	* html #thinblackout { position: absolute; }
#thincomment {
	position: absolute; top: 10px; left: 98px; right: 98px;
	font: 12px "Lucida Grande", "Verdana", sans-serif; line-height: 10px;
	padding: 4px; text-align: center;
	z-index: 45100;
}
	* html #thincomment { padding: 4px 20px; }
#thinCommentBack {
	height: 22px; display: block; float: left;
}
#thincontrols {
	position: absolute; 
	top: 8px; left: 20px;
	z-index: 45000;
}
	* html #thincontrols { padding: 20px; width: 100%; margin-top: -20px; }
	#thinnav { display: block; position: absolute; left: 0; width: 100%; bottom: 21px; z-index: 45100; }
	* html #thinnav { padding: 20px; bottom: 41px; margin-right: -20px; }
	.thincontrol {
		cursor: pointer; margin-left: 0;
	}
	#thinclose, #thinzoom, #thinback, #thinnext { cursor: pointer; }
	#thinclose, #thinzoom, #thinback, #thinnext, #thincaptionbutton {
		display: block; float: left;
		opacity: 0.5; -moz-opacity: 0.5;
		filter: alpha(opacity=50);
	}
		#thinclose:hover, #thinzoom:hover, #thinback:hover, #thinnext:hover, #thincaptionbutton:hover {
			opacity: 0.7; -moz-opacity: 0.7;
			filter: alpha(opacity=70);
		}
#thincontents, #thinobj {
	position: relative;
	padding: 0; margin: 0; border: 0;
	width: 100%; height: 100%;
	overflow: hidden;
	z-index: 45100;
}
	* html #thincontents {
		margin: 0 0 0 20px;
	}
	#thinobj { overflow: auto; z-index: 45200; }
#thinbox {
	position: fixed;
	color: #FFF; background: transparent;
	top: 25px; left: 50%; width: 500px; height: 300px;
	padding: 10px; margin-left: -256px;
	z-index: 40000;
	overflow: hidden;
}
	* html #thinbox { position: absolute; }
#thinconfirm {
	position: fixed;
	top: 50%; left: 50%; width: 535px; height: 126px;
	margin-left: -268px; margin-top: -85px;
	z-index: 40000;
	overflow: hidden;
}
	* html #thinconfirm { position: absolute; }
	#thinconfirmno {
		cursor: pointer;
	}
	#thinconfirm #thinconfirmmsg {
		font-size: 90%;
		margin: 36px 26px 0 26px; position: relative;
		z-index: 40100;
	}
	#thinconfirm div.right {
		position: absolute; bottom: 24px; right: 20px; margin: 0;
		line-height: 22px;
		z-index: 40100;
		text-align right;
	}
	#thinconfirmback {
		display: block; position: absolute; z-index: 40000;
		top: 0; left: 0; width: 535px; height: 126px;
	}
#thinshadow {
	z-index: 35000; position: fixed; left: 50%;
	z-index: 30000;
}
	* html thinshadow {
		position: absolute;
	}
	* html #thinshadow * { overflow: hidden; }
	#tstl {
		position: absolute; top: 0; left: 0;
		width: 22px; height: 29px;
	}
	#tst {
		position: absolute; top: 0; left: 22px; right: 22px; height: 29px;
	}
	#tstr {
		position: absolute; top: 0; right: 0;
		width: 22px; height: 29px;
	}
	#tsl {
		position: absolute; left: 0; top: 29px; bottom: 21px !important; width: 22px !important;
	}
	#tsr {
		position: absolute; right: 0; top: 29px; bottom: 21px; width: 22px;
	}
	#tsbl {
		position: absolute; bottom: 0; left: 0;
		width: 22px; height: 21px;
	}
		#tsbl img {
			display: inline;
			width: 22px; height: 21px;
		}
	#tsb {
		position: absolute; bottom: 0; left: 22px; right: 22px; height: 21px;
	}
	#tsbr {
		position: absolute; bottom: 0; right: 0;
		width: 22px; height: 21px;
	}
	#thinshadow img { display: block; position: absolute; width: 100%; height: 100%; }

.hidden { display: none; }