<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background : #e3e3e3 url('img/image-gallery-background.gif') repeat-x;
}

.ddObjectHintP{
	font-weight:bold;
	font-size:1.1em;
}

#ofNumber {
	font-weight:normal;
}

#zoomIcon
{
	float:left;
	margin-right:5px;
	margin-top:-2px;
}

#descriptionBox {
	width:100px;
	height:100px;
	background:#888 url('img/desc_back.png') repeat-x;
	color:#eee;
	font-size:13px;
	font-family:tahoma, verdana, Arial, sans-serif;
	padding:5px;
	display:none;
	position:absolute;
	-webkit-box-shadow:2px 2px 5px #000;
	-webkit-border-radius:5px;
	-moz-box-shadow:2px 2px 5px #000;
	-moz-border-radius:5px;
	box-shadow:2px 2px 5px #000;
	border-radius:5px;
	cursor:move;
	
}

#descDialogOptions {
	list-style-type:none;
	margin:0;
	padding:0;
}

#descDialogOptions li
{
	margin-right:10px;
}

.ddOpt {
	float:left;
	padding:5px 7px 5px 7px;
	cursor:pointer;
	background-color:#eee;
	color:#444;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-right:5px;
}

.ddOptSel {
	opacity:1.0;
	filter:alpha(opacity=100);
}

.ddOptUns {
	opacity: 0.5;
	filter:alpha(opacity=50);
}

.ddUnseen {
	display:none;	
}

.ddDataContainer {
	width:290px;
	height:270px;
	overflow:auto;
	padding-left:5px;
	padding-top:5px;
	margin:0 auto;
	cursor:default;
}

#hFlat {
	visibility:hidden;
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1001;
	overflow:hidden;
}

#zoom-options-next-previous{
	float:left;
	margin-right:5px;
	margin-top:-2px;
}

#zoom-options-slider {
	width:55%;
	float:left;
	margin-right:5px;
	margin-top:2px;
}

#zoom-options-zoom-value{
	float:left;
	display:inline;
	margin-right:5px;
	width:35px;
}

#zoom-options-zoom-list{
	float:left;
	display:inline;
	margin-right:7px;
}

#zoom-options-select {
	font-size:10px;
}

.page-options-option{
	float:left;
	margin-right:5px;
}

#next-previous-buttons {
	float:right;
	margin-right:10px;
	margin-top:-2px;
}

#thumbs-adv {
	width:9%;
	height:100%;
	overflow:hidden;
	margin-left:2%;
}

#page-options {
	background : url('img/page-back.png') no-repeat;
	height:33px;
	width:220px;
	float:left;
	margin-top:10px;
	margin-right:5px;
	font-weight:bold;
}

#page-options-list{
	display:block;
	list-style-type:none;
	padding:0;
	margin-left:10px;
	margin-top:7px;
}

#zooming-options-list{
	list-style-type:none;
	display:block;
}

.gall-img-desc {
	font-family:verdana;
	font-size:12px;
	visibility:hidden;
}

.ui-dialog {
	-webkit-box-shadow:5px 5px 3px #444;
	-webkit-border-radius:3px;
	-moz-box-shadow:5px 5px 3px #444;
	-moz-border-radius:3px;
	box-shadow:5px 5px 3px #444;
	border-radius:3px;
	border:1px solid #fff;
}

.main-container {
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	display:block;
	overflow:hidden;
}

#zooming-options {
	margin-right:5px;
	font-family:arial;
	margin-bottom:10px;
	margin-top:10px;
	height:33px;
	width:553px;
	float:right;
	background : url('img/zoomopt-back.png') no-repeat;
}

#zooming-options ul {
	padding-left:10px;
	margin-top:7px;
}

/* table */
.zooming-options-table{
	width:95%;
}

/* td */
.zooming-options {
	/*width:50%;*/
	font-size:smaller;
}
/* td */
.zooming-slider{
	width:50%;
}

#currentZoomValue {
	display:inline;
	font-weight:bold;
	margin-bottom:10px;
}

#percent-slider {
	margin-left:auto;
	margin-right:auto;
}

#thumbs_pages_container {
	width:95%;
	margin-top:10px;
	overflow:auto;
	-webkit-border-radius:3px;
	-webkit-box-shadow:1px 1px 3px #666;
	-moz-border-radius:3px;
	-moz-box-shadow:1px 1px 3px #666;
	border-radius:3px;
	box-shadow:1px 1px 3px #666;
	border:1px solid #999;
}

#miniaturePages {
	font-size:9px;
}

#thumb_list_container {
	width:100%;
	height:100%;
	overflow:hidden;
	margin-top:10px;
}

#page-prev{
	border:none;
	margin-right:5px;
}
#page-next{
	border:none;
}
</pre></body></html>