body{
	margin: 0;
}

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

.tinyLightbox{
	position: absolute;
	width: 200px;
	height: 200px;
	background-color: #fff;
	text-align: center;
	top: 40px;
	padding: 16px 10px 10px 10px;
	display: none;
	z-index:9999;
}

.tinyLightbox.loading{
	background:url(img/loading.gif) no-repeat center #fff;
}
.tinyLightbox .label-close{
	position: absolute;
	right: 10px;
	width: 72px;	
	height: 16px;
	cursor: pointer;
	background: url(img/tinyLightbox-close.gif)  top no-repeat #fff;
	display: none;
}
.tinyLightbox .image{
	display: none;
	margin-top: 26px;
	cursor: pointer;
}

.tinyLightbox .bar{
	position: absolute;
	background: #fff;
	width: 100%;
	bottom: 0;
	left: 0;
	display: none;
	text-align: left;
}

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

.tinyLightbox .bar p.descr{
	margin: 0;
	padding: 0 120px 10px 120px;
}

.tinyLightbox .bar p.stats{
	clear: both;
	margin: 0;
	padding: 0 10px 10px 10px;
}

.tinyLightbox .button{
	cursor: pointer;
	width: 104px;
	height: 24px;
}
.tinyLightbox .button.disabled{
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

.tinyLightbox .button.prev{
	float: left;
	background: url(img/tinyLightbox-back.gif) no-repeat;
}

.tinyLightbox .button.next{
	float: right;
	background: url(img/tinyLightbox-forward.gif)  no-repeat;
	margin-bottom: 10px;

}
.tinyLightbox .button.slideshow{
	float: right;
	background: url(img/tinyLightbox-slideshow-start.gif)  no-repeat #fff;
	clear: both;
}
.tinyLightbox .button.slideshow.stop{
	background: url(img/tinyLightbox-slideshow-stop.gif)  no-repeat #fff;
}