#TB_window {
	
}

#TB_secondLine {
	
}

/* !Overlay */

#TB_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.TB_overlayMacFFBGHack { /* ? */
	background: url(../img/macFFBgHack.png) repeat; 
}

.TB_overlayBG {
	background-color: #000;
	opacity: 0.85;
	-moz-opacity: 0.85;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
}

* html #TB_overlay { /* IE6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/* !Window */

#TB_window {
	position: fixed;
	z-index: 3000;
	color: #fff;
	/* background: url(../img/playerbg_normal.png) no-repeat 50% 50%; */
	display: none;
	top: 50%;
	left: 50%;
	line-height: 1;
	border: 2px solid #111;
	-webkit-box-shadow: #000 0 1px 8px;
	-moz-box-shadow: #000 0 1px 8px;
	box-shadow: #000 0 1px 8px;
}

/*
#TB_window.wide {
	background: url(../img/playerbg_wide.png) no-repeat 50% 50%;
}

#TB_window.normal {
	background: url(../img/playerbg_normal.png) no-repeat 50% 50%;
}
*/

* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

* html #TB_window.wide {
	background: url(../img/playerbg_wide.gif) no-repeat 50% 50%;
}

* html #TB_window.normal {
	background: url(../img/playerbg_normal.gif) no-repeat 50% 50%;
}

#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption {
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 30px;
	padding: 11px 25px 10px 0;
	float: right;
}

#TB_closeAjaxWindow {
	position: relative;
	width: 40px;
	height: 40px;
	z-index: 8000;
}

#TB_closeAjaxWindow a {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	text-indent: -1000em;
	overflow: hidden;
}

#TB_closeAjaxWindow a img {
	position: absolute;
	top: 0;
	left: 0;
}

#TB_closeAjaxWindow a:hover img {
	position: absolute;
	top: -40px;
	left: 0;
}

#TB_closeAjaxWindow a:active img {
	position: absolute;
	top: -80px;
	left: 0;
}

#TB_ajaxWindowTitle {
	
}

#TB_title {
	position: absolute;
	right: -25px;
	top: -25px;
	margin: 0;
	padding: 0;
	line-height: 1;
}

#TB_ajaxContent {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
	display: table-cell;
	text-align: left;
}

#TB_ajaxContent.TB_modal {

}

#TB_ajaxContent p {

}

#TB_load {
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent {
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}



/* !YouTube JS player */

.chrome {
	margin-top: -1px;
	width: 100%; /* 640px */
	height: 29px;
	background: url(../img/playerbuttons.png) no-repeat 0 -90px;
}

.controls { /* container for play/pause */
	float: left;
	position: relative;
	width: 34px;
	height: 29px;
	overflow: hidden;
}

.controls img {
	position: absolute;
	top: 0;
	left: 0;
}

.controls:hover img {
	top: -30px;
	left: 0;
}

.play img {
	top: 0;
	left: 0;
}

.play:hover img {
	top: -30px;
	left: 0;
}

.pause img {
	top: 0;
	left: -40px;
}

.pause:hover img {
	top: -30px;
	left: -40px;
}

.progress { /* container for progress bar */
	float: left;
	position: relative;
	width: 67%;
	height: 29px;
	background: url(../img/playerbuttons.png) no-repeat 100% -90px;
}

#TB_window.normal .progress { /* special Brokk Thickbox fix */
	width: 55%;
}

.loaded, .played {
	position: absolute;
	width: 0%;
	height: 29px;
	top: 0;
}

.loaded { 
	background: url(../img/playerbuttons.png) no-repeat 0 -120px;
}

.played {
	background: url(../img/playerbuttons.png) no-repeat 100% -150px;
}

.played div {
	float: right;
}

.time { /* time */
	float: left;
	position: relative;
	width: 61px;
	height: 29px;
	/* overflow: hidden; */
	line-height: 29px;
	font-size: 0.9em;
	font-family: arial;
	white-space: nowrap;
	color: #666;
	padding: 0 5px 0 10px;
}

.link a {
	color: #666;
	text-decoration: none;
	line-height: 29px;
	font-size: 0.8em;
	font-family: arial;
	white-space: nowrap;
}

.link a:hover {
	color: #eee;
}


