/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {
	background-color:#000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

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

#TB_window {
	position:absolute!important;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	left:0;
	top:50%;
	width:100%!important;
	margin-left:0!important;
	margin-top:-200px!important;
}

* 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');
}

#TB_window img#TB_Image {
	display:block;
	width:100%!important;
	height:auto!important;
}

#TB_caption{
    height: 100%;
    position: absolute;
    top: 0%;
    width: 100%;
}

#TB_next {
    cursor: pointer;
	float: right;
	width: 100px;
	height: 410px;
	position: absolute;
	right: 0px;
	text-indent: -9999px;
	top: 0;
}
#TB_next:hover {
}
#TB_prev {
    cursor: pointer;
    float: left;
    width:100px;
    height: 410px;
    left: 0px;
    position: absolute;
    text-indent: -9999px;
    top: 0;
}
#TB_prev:hover {
}

#TB_secondLine {
    position: relative;
}


#TB_closeWindow{
	display: block;
}
#TB_closeWindowButton {
	display: block;
	width: 70px;
	height:70px;
	background:url(../images/btn_close.png) no-repeat left top;
	position:absolute;
	top:10px;
	right:10px;
	z-index:100;
	}
#TB_closeWindowButton:hover {
	background:url(../images/btn_close.png) no-repeat left bottom;
	}

#TB_closeAjaxWindow{
	padding:7px 2px 5px 0;
	*padding:7px 2px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_closeAjaxWindow #TB_closeWindowButton{
	display: block;
	width: 70px;
	height:70px;
	background:url(../images/btn_close.png) no-repeat left top;
	position:absolute;
	right:10px;
	*right:-10px;
	top:43px;
	z-index:100000;
}

#TB_closeAjaxWindow #TB_closeWindowButton:hover{
	background:url(../images/btn_close.png) no-repeat left bottom;
}



#TB_closeWindow2{
	display: block;
}
#TB_closeWindowButton2 {
	display: block;
	width: 50px;
	height:50px;
	background:url(../images/bn_close_movie_o.png) no-repeat;
	position:absolute;
	right:-70px;
	top:-30px;
	}
#TB_closeWindowButton2:hover {
	}

#TB_closeAjaxWindow2{
	padding:7px 2px 5px 0;
	*padding:7px 2px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	display:none;
}

#TB_title{
	height:31px;
}

#TB_ajaxContent{
	clear:both;
	padding: 9px 8px 20px;
	overflow:hidden;
	text-align:left;
	line-height:1.4em;
	height: 479px !important;
/*	background: url(../images/movie_bg.png) no-repeat;
*/	width:691px!important;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#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;
	background:transparent;
	width:640px!important;
	height:502px!important;
}

.back_btn{ display:none!important;}

#movieBg{
	background:url(../images/movie_bg.png) no-repeat left top;
	width:640px;
	height:479px;
	position:absolute;
	left:-60px;
	top:2px;
	z-index:-1;
	background-size:640px 479px;
}

.movie{
	width:100%!important;
	height:auto!important;
}


.spBg{
	display:block;
	background: url(../images/body_bg.jpg) no-repeat center center;
	background-size: cover;
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:-1;
}

.TB_wrap{
	position: fixed;
	z-index:101;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_wrap .TB_wrap_inner{
	position: relative;
}