
#lightbox .bkg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 2000px;
	background-image: url(../img/lightbox_bkg.png);
}

* html #lightbox .bkg { 
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/lightbox_bkg.png', sizingMethod='scale');
 }


#lightbox .content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

#lightbox .header {
	padding: 0 11px 0 0;
	margin: 0;
	background: #6b6969;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #836242;
}


#lightbox .header span {
	display: block;
	height: 48px;
	padding-left: 15px;
	background: #6b6969;
	line-height: 44px;
}

#lightbox .close {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 28px;
	height: 25px;
	background: url(../img/lightbox_close_bkg.gif) right top no-repeat;
}

#lightbox a:hover.close {
	background-position: right bottom;
}

#lightbox .pic {
	display: block;
	padding: 0 10px;
	margin: 0;
	background: #6b6969;  height:100%;
}

html:first-child #lightbox .pic, html:first-child #lightbox .pic span {
	height: 100%; 
}

#lightbox .pic span {
	display: block;
	background: url(../img/ajax-loader.gif) center center no-repeat;
	text-align: center;
}

#lightbox .footer {
	padding-right: 11px;
	background: #6b6969;
	font-size: 0;
}

#lightbox .footer div {
	height: 12px;
	background: #6b6969;
}

#lightbox .navigation {
	overflow: hidden;
	background: #6b6969;
}

#lightbox .navigation ul {
	width: 278px;
	height: 33px;
	padding: 10px 60px;
	margin: 5px auto;
	background: #6b6969;
	list-style-type: none;
}

#lightbox .navigation ul li {
	float: left; 
}

#lightbox .navigation ul .prev a, #lightbox .navigation ul .next a {
	display: block;
	width: 100px;
	height: 25px; font-weight:bold;
	background: url(../img/arrows.png) no-repeat;
	line-height: 23px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

#lightbox .navigation ul .prev a {
	padding-left: 38px;
	background-position: left top;
}

#lightbox .navigation ul .next a {
	padding-right: 38px;
	background-position: right -50px;
	text-align: right;
}

#lightbox .navigation ul .prev a:hover {
	background-position: left -25px;
}

#lightbox .navigation ul .next a:hover {
	background-position: right bottom;
}

#lightbox .navigation ul .prev a:hover, #lightbox .navigation ul .next a:hover {
	color: #ffffff;
	background-color:#bfbebe;
}			