div.tiny-lightbox-overlay{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 10000;
	display: none;
}

div.tiny-lightbox{
	position: absolute;
	width: 200px;
	height: 200px;
	background-color: #fff;
	text-align: center;
	top: 40px;
	padding: 10px;
	z-index: 10001;
	display: none;
}
div.tiny-lightbox a{
	outline: none;
}
div.tiny-lightbox.tiny-lightbox-loading{
	background:url(loading.gif) no-repeat center #fff;
}
div.tiny-lightbox.tiny-lightbox-changing a{
	display: none;
}

div.tiny-lightbox img.tiny-lightbox-image{
	display: none;
	margin: 0 auto;
}

div.tiny-lightbox-bar{
	position: absolute;
	background: #fff;
	width: 100%;
	bottom: 0;
	left: 0;
	display: none;
	text-align: left;
	padding: 0 10px 10px 10px;
}

div.tiny-lightbox-bar p{
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Verdana;
	color: #666;
}

p.tiny-lightbox-descr{
	margin: 0;
	padding: 0 40px 30px 0;
}

p.tiny-lightbox-stats{
	position: absolute;
	bottom: 10px;
	font-weight: bold;
	margin: 0;
}

a.tiny-lightbox-label-prev, a.tiny-lightbox-label-next{
	position: absolute;
	z-index: 1000;
	width: 50%;
	height: 100%;
	top: 0;
	_padding-left: 10px;
	background-image: url(spacer.gif);
}
a.tiny-lightbox-label-prev{
	left: 0;
}
a.tiny-lightbox-label-next{
	right: 0;
}

a.tiny-lightbox-label-prev span, 
a.tiny-lightbox-label-next span{
	position: absolute;
	width: 81px;
	height: 48px;
	top: 40%;
	visibility: hidden;
}

a.tiny-lightbox-label-prev span{
	left: 0;

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='prev.png', sizingMethod='crop');
	_background: none;
	background-image: url(prev.png);
	background-repeat: no-repeat;
}
a.tiny-lightbox-label-next span{
	right: 0;

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='next.png', sizingMethod='crop');
	_background: none;
	background-image: url(next.png);
	background-repeat: no-repeat;
}

a.tiny-lightbox-label-prev span.tiny-lightbox-hover,
a.tiny-lightbox-label-next span.tiny-lightbox-hover{
	visibility: visible;
}

div.tiny-lightbox a.disabled{
	display: none;
}

a.tiny-lightbox-label-close, 
a.tiny-lightbox-label-slideshow {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 26px;
	height: 26px;
	background-image: url(close.gif);
	background-repeat: no-repeat;
}

a.tiny-lightbox-label-slideshow {
	right: 50px;
	background-image: url(play-pause.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 52px;
}

a.tiny-lightbox-label-slideshow.running{
	background: url(play-pause.jpg)  no-repeat -0px 0;
	}

/* 
	IE6 background image flicker fix
	http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker 
*/
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
