#AB_window {}

#AB_secondLine {}

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

.AB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.AB_overlayBG { background-color:#000; filter:alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75; }

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

#AB_window { position: fixed; background: #ffffff; z-index: 110; color:#000000; display:none; /*border: 4px solid #525252;*/ text-align:left; top:50%; left:50%; }

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

#AB_window img#AB_Image { display:block; margin:0; z-index:120; height:auto; }

#AB_caption{ padding:0 30px 0 10px; float:left; }

#AB_closeWindow { float:right; }
#AB_closeWindow a { text-decoration:none; }
#AB_closeWindow a:hover { text-decoration:underline; }

#AB_closeAjaxWindow{ margin-bottom:1px; text-align:right; float:right; }
#AB_ajaxWindowTitle{ float:left; padding:0 0 0 10px; }
#AB_title{ background-color:#f60; height:20px; }

#AB_ajaxContent{ clear:both; overflow:auto; text-align:left; line-height:1.4em; }
#AB_ajaxContent.AB_modal{ padding:17px; }
#AB_ajaxContent p{ padding:5px 0px 5px 0px; }
#AB_load{ position: fixed; display:none; height:13px; width:208px; z-index:120; top: 50%; left: 50%; margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */ }

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

#AB_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 #AB_HideSelect { /* ie6 hack */ position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }

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

a#AB_prev, a#AB_next { position:absolute; display:block; width:47%; top:10px; outline:0; z-index:200; margin:0; padding:0; overflow:hidden; text-indent:-1100000px }

a#AB_prev { left:10px; _left:0; background:url(thickbox/AB-prev.gif) -100000px 50% no-repeat; }
a#AB_prev:hover { background-position: 0 50%; }

a#AB_next { right:10px; background:url(thickbox/AB-next.gif) 100000px 50% no-repeat; }
a#AB_next:hover { background-position:100% 50%; }

#AB_cont { position:relative; margin:0; padding:10px 10px 10px; background:white; overflow:hidden; z-index:120; height:auto; width:auto; }