<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#tools {
    display:block;
    width: auto;
    height: 45px;
    position: absolute;
    left: 50%;
    top: 170px;
    z-index: 800;
    text-align: center;
    margin-left: -112px;
}

#view-mode {
    width: auto;
    height: 36px;
    float: left;
    padding-top: 4px;
}
#view-mode a {
    display: block;
    width: 36px;
    height: 36px;
    text-decoration: none;
    float: left;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    margin-left: 10px;
}
#view-mode a.view-selected, #view-mode a:hover {
    background-position: 100% 0%;
}
#view-mode a.view-1 {
    background-image: url('images/view-1.gif');
}
#view-mode a.view-4 {
    background-image: url('images/view-4.gif');
}
#view-mode a.view-9 {
    background-image: url('images/view-9.gif');
}

#original {
    display:none;
    width: 0px;
    height: 0px;
    background: #585858;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1002;
    padding: 10px;
}

#original a.cloud-zoom {
    cursor: move;
}

div.original-overlay {
	display:none;
	height:100%;
	background:#000000;
	left:0;
	position:absolute;
	right:0;
	top:0;
	width:100%;
	z-index:1001;
	opacity: 0.8; 
	-moz-opacity: 0.8; 
	-khtml-opacity: 0.8; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

#original-button {
    display:block;
    width: auto;
    float: left;
    padding-top: 5px;
}
#original-button a {
    display: block;
    width: 32px;
    height: 32px;
    text-decoration: none;
    background: 0% 0% no-repeat url('images/original-button.png');
}
#original-button a:hover {
    background: 100% 0% no-repeat url('images/original-button.png');
}

#slideshow-button {
    display:block;
    width: auto;
    float: left;
    margin-left: 10px;
}
#slideshow-button a {
    display: block;
    width: 44px;
    height: 44px;
    text-decoration: none;
    background: 0% 0% no-repeat url('images/slideshow-play.png');
    line-height: 44px;
    text-align: center;
    font-size: 9px;
    color: gray;
}
#slideshow-button a.active, #slideshow-button a:hover {
    background: 100% 0% no-repeat url('images/slideshow-play.png');
}</pre></body></html>