<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#container{
    width: 440px;
	height: 440px;  
    margin: 0 auto;
	text-align:center;
	position: relative;
}

#box1td, #box2td, #boxLoadingtd{
	height:440px;
	text-align:center;
}


#loader1Title, #loader2Title{
	height:0px;
	width:0px;
	line-height:0px;
	display:none;
}

#preloader{
	display:none;
}

.loaderTitle{
	text-align:center;
	width: 440px;
	position:relative;
	top:0px;
}

.xloading{
    background: url( 'images/indicator-small.gif' ) no-repeat 50% 50%;
    height: 32px;
    width: 32px;
}

.stopSlideShow{
	display:none;
}

.startSlideShow{
	display:block; 
}

.slideShowLink{
	cursor:pointer;
	text-decoration:underline;
}

.boxes{
	position:absolute;
	top:0px;
	left:0px;	
	height:440px;	
	width:440px; 
}

.overBox{
	z-index:1
}

.underBox{
	z-index:0;
}
</pre></body></html>