/*
	IMAGE BROWSER
-------------------------------------------------------------------------------------------------------------------------------------------- */
.image-browser {width: 360px; /*margin: -19px 0 0 -9px;*/ position: relative;  }
.image-browser #header_image { width: 534px; height: 356px; margin: 0 0 3px 0;}
.image-browser .browse-list {width: 100%; padding: 2px 2px 5px 2px; }
.image-browser .back-link {width: 33px; height: 85px; margin: 0px 0 0 0; display: block; background: url(../images/bullets/bullet20.gif) 10px 30px no-repeat;}
.image-browser .back-link:hover { background: url(../images/bullets/bullet22.gif) 10px 30px no-repeat;}
.image-browser .next-link {width: 33px; height: 85px; margin: 0px 0 0 0; display: block; background: url(../images/bullets/bullet19.gif) 6px 30px no-repeat;}
.image-browser .next-link:hover { background: url(../images/bullets/bullet21.gif) 6px 30px no-repeat;}
.image-browser #hold { width: 290px; height: 85px; float: left; overflow: hidden; position: relative; z-index: 100;}
/* .image-browser .gallegyItem { width: 152px; height: 114px; overflow: hidden; } */

#wn { width: 290px; height: 85px; clip: rect(0px, 290px, 85px, 0px); overflow: hidden; left: 0; position:absolute; top:0;  z-index:999; }
#lyr1 { left: 0; position: absolute;  top:0; visibility:visible; z-index:1; }
#t1 { margin: 0; }
#t1 td { text-align:center;}
#t1 td img { margin: 0 7px;}
