/* PRODUCT BROWSER */
#productbrowser { /*width: 951px;*/ width: 950px; height: 148px; overflow: hidden;}
#pb-productbrowsercontainer { position: relative; left: 1px; /*width: 886px;*/ width: 950px; height: 148px; margin: 0 auto; background-image: url(images/scrollShadow.png); background-repeat: repeat-x; -moz-user-select: none; -khtml-user-select: none;}
#pb-productslider { top: 0px; left: 0; width: 8208px; height: 100px; position: absolute; margin: 0; padding: 0; }
#pb-productslider li { list-style-type: none; }
#pb-productslider .pb-productimage { float: left; height: 116px; position: relative; top: 4px;}
#pb-productslider .pb-productimage a { text-decoration: none; float: left; width: 100%; padding-top: 106px; overflow: hidden; color: #222222; font-size: 11px; text-align: center; background-position: 50% 100%; background-repeat: no-repeat; }
#pb-productslider .pb-productimage a:hover { text-decoration: none; color: #000000; }
#pb-productslidertrack { position: absolute; top: 122px; /*left: 4px;*/ /*width:878px;*/ width:950px; overflow: hidden; background: url(images/scrollBack.png) repeat-x; height:18px; visibility: hidden; }
#pb-productsliderhandle { position: absolute; width: 88px; height: 18px; cursor: pointer; z-index: 155; }
#pb-productsliderhandleimage { position: absolute; width: 88px; height: 18px; background: url(images/scrollBar.png) no-repeat; cursor: pointer; z-index: 5; }
#pb-leftarrow { position: absolute; /*left: 3px;*/ left:10px; top: 121px; /*width: 20px; height: 20px;*/ width: 18px; height: 18px; background: transparent; z-index: 150; cursor: pointer; }
#pb-rightarrow { position: absolute; /*left: 864px;*/ left: 928px; top: 121px; /*width: 20px; height: 20px;*/ width: 18px; height: 18px; background: transparent; z-index: 150; cursor: pointer; }

