/* PRODUCT BROWSER */
#productbrowser { width: 100%; height:240px; background: url(img/gallery-line.gif) repeat-x top; overflow: hidden; }
#pb-productbrowsercontainer { position: relative; width: 100%; height:240px; margin: 0 auto;}
#pb-productslider { top: 25px; left: 0; width: 3700px; height: 240px; position: absolute; margin: 0; padding: 0; }
#pb-productslider .pb-productimage { float: left; height: 151px; position: relative; top: 0; padding:0px 5px; list-style: none;}
#pb-productslider .pb-productimage img {border: 1px solid #586364;}

#pb-productslidertrack { position: absolute; top: 220px; left: 7px; width:98%; height:17px; overflow: hidden; background: url(img/gallery_scrollbar.png) repeat-x; visibility: hidden; }
#pb-cat1 { position: absolute; top: 1px; z-index: 150; color: #fff; font-size: 12px; cursor: pointer; left: 10%; }
#pb-cat2 { position: absolute; top: 1px; z-index: 150; color: #fff; font-size: 12px; cursor: pointer; left: 26%; }
#pb-cat3 { position: absolute; top: 1px; z-index: 150; color: #fff; font-size: 12px; cursor: pointer; left: 42%; }
#pb-cat4 { position: absolute; top: 1px; z-index: 150; color: #fff; font-size: 12px; cursor: pointer; left: 58%; }
#pb-cat5 { position: absolute; top: 1px; z-index: 150; color: #fff; font-size: 12px; cursor: pointer; left: 74%; }
#pb-cat6 { position: absolute; top: 1px; z-index: 150; color: #fff; font-size: 12px; cursor: pointer; left: 90%; }

#pb-productsliderhandle { position: absolute; width: 170px; height: 15px; cursor: pointer; z-index: 155;}
#pb-productsliderhandleimage { position: absolute; top:1px; width: 170px; height: 15px; background: url(img/gallery_scroll.png) no-repeat; cursor: pointer; z-index: 5; }

#pb-leftarrow { position: absolute; left: 0px; top: 220px; width: 27px; height: 17px; z-index: 150; cursor: pointer; background: url(img/gallery-arrow-left.png) no-repeat top; }
#pb-rightarrow { position: absolute; right: 0px; top: 220px; width: 27px; height: 17px; z-index: 150; cursor: pointer; background: url(img/gallery-arrow-right.png) no-repeat top; }

/* PRODUCT BROWSER SECTION COLORS */
#pb-productbrowsercontainer .pb-catclass1 { color: #fff; }


.gallery-left{
background: url(img/gallery-left.png) top left no-repeat; width: 25px; height:202px; 
position: relative; top:0px; left: 0px; margin: 0px; padding: 0px; float:left; z-index: 2;
	
}
.gallery-right{
background: url(img/gallery-right.png) top left no-repeat; width: 25px; height:202px; 
position: relative; top:0px; right: 0px;	float:right; margin: 0px; padding: 0px; z-index: 2;
}

.thumbs {display:none;}