body {
	background-attachment: scroll;
	background-image: url(../images/fon.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	scrollbar-base-color: green;
	scrollbar-face-color: green;
	scrollbar-arrow-color: yellow;
	scrollbar-shadow-color: yellow;
	// overflow: hidden;
}.hl {
	background-attachment: scroll;
	background-image: url(../images/hl.png);
	background-repeat: repeat-x;
	background-position: left center;
}
.vl {
	background-attachment: scroll;
	background-image: url(../images/vl.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.credits {color: gray; text-decoration:none;}
.credits:hover {color: red;}
.subcredits {color: gray;font-size:7pt;}
.headernav {
	text-decoration:none;
	margin-left:2px;
	color:darkgreen;
	display:block;
	font-size:10pt;
	font-family:Arial;
	font-weight: bold;
}
.headernav:hover {
	text-decoration:underline;
	color:green;
	display:block;
	font-size:10pt;
	font-family:Arial;
}
#prod_caption {
	text-decoration:none;
	color:white;
	font-size:9pt;
	font-family:Arial;
	padding: 2px 0px 0px 2px;
	width:130px;
	height:40px;
	vertical-align:middle;
}

#main {
	background-attachment: scroll;
	background-image: url(../images/ris_01.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#content {
	position: absolute;
	color:#FFFFFF;
	height: 370px;
	width: 560px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 230px;
	overflow: auto;
}
#prod_box {
	float:left;
	margin:5px 4px 10px 20px;
	background-color: #003300;
	border: 1px solid #003300;

}
#prod_sub_box {
	height:100px;
	width:130px;
}
#desc {
	background-color: #003300;
	width:100%;
	margin-left:5px;
	padding:3px;
	color:white;
}

.sizer {
	cursor: url(graphics/zoomin.cur), pointer;
    outline: none;
}
.sizer-active-anchor img {
	visibility: hidden;
}
.sizer img {
	border: 2px solid lightgreen;
}
.sizer:hover img {
	border: 2px solid green;
}

.sizer-wrapper {
	background: white;
}
.sizer-image {
    border: 2px solid white;
}
.sizer-image-blur {
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(graphics/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(graphics/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }