/* PRODUCT BROWSER */
#productbrowser { width:800px; height:164px; font-size:12px; line-height:18px; background: url('../images/slider_background.png'); overflow:auto; margin:3px auto 3px auto; }
#productbrowser li {
	list-style-type: none;
}
#productbrowser li div {
	text-align: left;
	margin-left: 30px;
}
#pb-productbrowsercontainer { position:relative; width:796px; height:162px; margin:0 auto; overflow: hidden; }

#pb-productslider { top:4px; left:0; width:4000px; height:140px; position:absolute; margin:0; padding:0; }
#pb-productslider .pb-productimage { text-decoration:none; float:left; width:200px; height:140px; position:relative; top:0; }
#pb-productslider .pb-productimage a:link, 
#pb-productslider .pb-productimage a:visited { text-decoration:none; float:left; width:100%; padding-top:95px; overflow:hidden; color:#ccc; font-size:11px; text-align:center; background-position:50% 10px; background-repeat:no-repeat; }
#pb-productslider .pb-productimage a:hover { text-decoration:none; color:#fff; }
#pb-productslidertrack { position:absolute; top:138px; left:18px; width:760px; height:19px; overflow:hidden; background:url(../images/scrollbar.png) no-repeat; visibility:hidden; }

#pb-productsliderhandle { position:absolute; width:170px; height:19px; cursor:pointer; z-index:155; }
#pb-productsliderhandleimage { position:absolute; width:170px; height:19px; background:url(../images/scroller.png) no-repeat; behavior:url(../css/iepngfix.htc); cursor:pointer; z-index:5; }
#pb-leftarrow { position:absolute; left:17px; top:137px; width:20px; height:20px; background:transparent; z-index:150; cursor:pointer; }
#pb-rightarrow { position:absolute; left:758px; top:137px; width:20px; height:20px; background:transparent; z-index:150; cursor:pointer; }


.pb-item { margin:0px 10px 0px 10px; }

