#tinyLightboxOverlay{
	position: absolute;
	z-index: 100;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
}

#tinyLightboxContainer{
	position: absolute;
	z-index: 101;
	width: 200px;
	height: 200px;
	background-color: #fff;
	display: none;
}

.loading{
	background:url(/ccds_tpl_img/website/tinylightbox/loading.gif) no-repeat center;
}

#tinyLightboxImage{
	position: absolute;
	top: 26px;
	border: 10px solid #fff;
	border-bottom: 0;
	display: none;
}


#tinyLightboxLeftLabel{
	float: left;
	margin-left: -10px;
	background: url(/ccds_tpl_img/website/tinylightbox/tinyLightbox-back.gif) no-repeat #fff;
}
#tinyLightboxRightLabel{
	float: right;
	margin-right: -10px;
	background: url(/ccds_tpl_img/website/tinylightbox/tinyLightbox-forward.gif)  no-repeat #fff;
}


#slideShowLabelStart{
	float: right;
	margin-right: -10px;
	margin-top: 10px;
	background: url(/ccds_tpl_img/website/tinylightbox/tinyLightbox-slideshow-start.gif)  no-repeat #fff;
	clear: both;	
}

#slideShowLabelStop{
	float: right;
	margin-right: -10px;
	margin-top: 10px;
	background: url(/ccds_tpl_img/website/tinylightbox/tinyLightbox-slideshow-stop.gif)  no-repeat #fff;
	clear: both;	
}

#tinyLightboxBar{
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	padding: 10px;
	background-color: #fff;
}
#tinyLightboxCloseLabel{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 72px;	
	height: 16px;
	cursor: pointer;
	background: url(/ccds_tpl_img/website/tinylightbox/tinyLightbox-close.gif)  no-repeat #fff;
}
#tinyLightboxBarDescr{
	margin:0;
	padding: 0;
	margin-left: 120px;

}
#tinyLightboxContainer p{
	margin: 0;
	padding-bottom: 10px;
}
#tinyLightboxContainer span{
	float: left;
	margin-top: 10px;
	font-weight: bold;
	clear: left;	
	color: #333;
}

.tinyLightboxBtn{
	cursor: pointer;
	width: 104px;
	height: 24px;
}
