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

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
font-size: 1em;
}

#TB_secondLine {
font-size: 10px;
float:right;
padding: 30px 15px 10px 10px; 
color: #787878;
text-align:center;
}

#TB_secondLine a {
outline:none;
}

a.thickbox {
title:none;
}


#TB_prev a, #TB_next a {
font-size:2em;
text-decoration:none;
color:#787878;
}

#TB_prev a:hover, #TB_next a:hover {
text-decoration:none;
color:#e11e2b;
}




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

.TB_overlayMacFFBGHack {background: url(../img/slideshow/overlay.png) repeat;}
.TB_overlayBG {
background-color:#888;
filter:alpha(opacity=50);
-moz-opacity: 0.50;
opacity: 0.50;
}

* 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: fixed;
z-index: 2002;
display:none;
text-align:left;
top:51%;
left: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');
}

#TB_window img#TB_Image {
display:block;
}

#TB_caption, #TB_title{
padding:10px 10px 10px 20px;
color: #7f7f7f;
float:left;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
}

#TB_title {
width:450px;
}

#TB_caption strong {
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
color: #787878;
font-size: 16px;
font-weight:normal;
}


#TB_closeWindow{
/* padding:7px 7px 8px 4px;

text-align:right;
/*height:15px;
margin: 0;
width: auto !important;
position: relative;*/
}

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

#TB_ajaxWindowTitle{
float:left;
margin-bottom:1px;
}

.thickbox.caption {
bottom:10px;
position:absolute;
right:0;
background: transparent url('../../../img/caption-tb.png') no-repeat bottom left;
height:75px;
}

#TB_ajaxContent{
clear:both;
overflow:hidden;
text-align:left;
}

#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:2002;
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:2002;
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;
}


/***** shadow *****/

.shadow {
clear:right;
}

/*#topLeft {
background: transparent url('../img/shadow-tl.png') no-repeat bottom right;
width: 30px;
height: 30px;
position:absolute;
top:-30px;
left:-30px;
}

#top {
background: transparent url('../img/shadow-tc.png') repeat-x bottom center;
height: 30px;
margin-top:-30px;
}

#topRight {
background: transparent url('../img/shadow-tr.png') no-repeat bottom right;
width: 30px;
height: 30px;
position:absolute;
top:-30px;
right:-30px;
}*/

#topLeft {
background: transparent url('../img/slideshow/shadow-tl.png') no-repeat bottom right;
width: 30px;
height: 30px;
float: left;
margin-left: -30px;
margin-top: -30px;
display: block;
}

#top {
background: transparent url('../img/slideshow/shadow-tc.png') repeat-x bottom center;
height: 30px;
margin-top:-30px;
width: 100%;
float: left;
display: block;
}

#topRight {
background: transparent url('../img/slideshow/shadow-tr.png') no-repeat bottom right;
width: 30px;
height: 30px;
margin-right: -30px;
margin-top: -30px;
float: right;
display: block;
}




#bottomLeft {
background: transparent url('../img/slideshow/shadow-bl.png') no-repeat top right;
width: 30px;
height: 30px;
position:absolute;
bottom:-30px;
left:-30px;
}

#bottom {
background: transparent url('../img/slideshow/shadow-bc.png') repeat-x top center;
height: 30px;
margin-bottom:-30px;
/*float: left;*/
width: 100%;
position: absolute;
bottom: 0;
left: 0;
}

#bottomRight {
background: transparent url('../img/slideshow/shadow-br.png') no-repeat top right;
width: 30px;
height: 30px;
position:absolute;
bottom:-30px;
right:-30px;
}

#left {
background: transparent url('../img/slideshow/shadow-l.png') repeat-y;
width: 30px;
position:absolute;
left:-30px;
height:100%;
top: 0px;
}


#right {
background: transparent url('../img/slideshow/shadow-r.png') repeat-y;
width: 30px;
position:absolute;
right:-30px;
height:100%;
bottom: 0px;
}


#TB_closeWindowButton {
position: absolute;
bottom: -6px;
right: -6px;
z-index: 2003;
}