.popbox-iframe{
	z-index:99;
	position:absolute;
	top:0;
	left:0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
.popbox-overlay {
	position:absolute;
	z-index:100;
	top:0px;
	left:0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.popbox-container{
	position:absolute;
	top:200px;
	left:50%;
	margin-left:-290px;
	z-index:102;
	text-align:left;
	background:url(../images/thickbox_bottom.png) bottom center no-repeat;
	padding-bottom:131px;
}
* html .popbox-container{
	padding-bottom:45px;
	background-image:url(../images/thickbox_bottom.gif);
}
.popbox-container-inner{
	background:url(../images/thickbox_top.png) top center no-repeat;
	padding-top:159px;
}
* html .popbox-container-inner{
	padding-top:115px;
	background-image:url(../images/thickbox_top.gif);
}
.popbox-container-inner-inner{
	width:461px;
	padding:1px 60px;
	background:url(../images/thickbox_middle.png) top center repeat-y;
}
* html .popbox-container-inner-inner{
	background:url(../images/thickbox_middle.gif) top center repeat-y;
}
.popbox-content{
	position:relative;
	margin-top:-100px;
	z-index:105;
	color:#666;
	font-size:11px;
}
.lightbox{
	margin-top:-112px;
	margin-left:-9px;
	width:479px;
	text-align:center;
	background:#000;
}
* html .lightbox{
	margin-left:0;
}
.popbox-content a{
	color:#fff;
}
.popbox-content h4{
	color:#fff;
}

.popbox-container h1.barTitle{
	position:absolute;
	left:142px;
	top:auto;
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-transform:none;
	width:310px;
	z-index:105;
	height:30px;
	vertical-align:50%;
	margin-top:10px;
	bottom:auto;
}
* html .popbox-container h1.barTitle{
	bottom:18px;
}
.popbox-container .popbox-close{
	position:absolute;
	top:47px;
	right:51px;
	display:block;
	width:22px;
	height:23px;
	text-indent:-9999px;
	cursor:pointer;
	z-index:106;
	background:url(../images/thickbox_close.gif) 0 0 no-repeat;
}
* html .popbox-container .popbox-close{
	top:4px;
}
* html .galleryBox .popbox-close{
	right:59px;
}

.popbox-container .popbox-next{
	position:absolute;
	right:51px;
	bottom:40px;
	display:block;
	width:68px;
	height:40px;
	text-indent:-9999px;
	background:url(../images/thickbox_next.gif) 0 0 no-repeat;
	z-index:105;
}
.popbox-container .popbox-next:hover{
	background-position:0 -40px;
}
* html .popbox-container .popbox-next{
	bottom:4px;
	right:60px;
}
.popbox-container .popbox-previous{
	position:absolute;
	left:51px;
	bottom:40px;
	display:block;
	width:85px;
	height:40px;
	text-indent:-9999px;
	background:url(../images/thickbox_previous.gif) 0 0 no-repeat;
	z-index:105;
}
* html .popbox-container .popbox-previous{
	bottom:4px;
	left:60px;
}
.popbox-container .popbox-previous:hover{
	background-position:0 -40px;
}