/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
*:first-child+html #TB_window{border-top:2px solid #fff;border-left:2px solid #fff;border-right:2px solid #fff;border-bottom:3px solid #fff}/*fallo ie7 borde bottom*/
* html #TB_overlay {
	position: absolute; /* ie6 hack */
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
* html #TB_window {
	position: absolute; /* ie6 hack */
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); 
	padding: 5px 10px 10px;
	}
* html #TB_load {
	position: absolute; /* ie6 hack */
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }
* html #TB_HideSelect {
	position: absolute; /* ie6 hack */
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
* html #TB_iframeContent { margin-bottom:1px; /* ie6 hack */ }

