/* CSS Document */

/* PRODUCT BROWSER */
#productbrowser { 
	width: 970px; 
	height: 310px; 
	background:url(../images/bg_div_scroll.gif);
	background-repeat:no-repeat; 
	overflow: auto; 
}

#pb-product-titles {
	margin-top:5px;
	margin-left:7px;
	margin-right:6px;	
	width: 957px; 
	height:21px;
	line-height:22px;
	background-image:url(../images/bg_slider_tit.gif);
	background-repeat:repeat-x;	
	overflow:hidden;
	text-align:center;
}

#pb-product-titles #ul {
	margin:0;
	padding:0px;
}


#pb-product-titles #ul td {
	padding-left:33px;
	padding-right:32px;
	text-align:center;
}
#pb-product-titles #ul a {
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	display:block;
	width:auto;
}
#pb-product-titles #ul a:hover {
	text-decoration:none;
	color:#333333;
}


#pb-product-titles #ul .li-first {
	border-right:1px solid #7e7e7e;	
	font-size:11px;
}
#pb-product-titles #ul .li {
	border-right:1px solid #7e7e7e;
	border-left:1px solid #7e7e7e;	
	font-size:11px;
}

#pb-product-titles #ul .li-last {
	border-left:1px solid #7e7e7e;	
	font-size:11px;
}




#pb-product-titles #ul .li-first-on {
	border-right:1px solid #7e7e7e;	
	background-image:url(../images/bg_slider_first.gif);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#FFFFFF;	
	font-size:11px;
}

#pb-product-titles #ul .li-on {
	border-right:1px solid #7e7e7e;
	border-left:1px solid #7e7e7e;	
	background-image:url(../images/bg_slider_middle.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-size:11px;
}
#pb-product-titles #ul .li-last-on {
	border-left:1px solid #7e7e7e;	
	background-image:url(../images/bg_slider_last.gif);
	background-repeat:no-repeat;
	background-position:right top;	
	background-color:#FFFFFF;	
	font-size:11px;
}



#pb-productbrowsercontainer { 
	position: relative; 
	width: 950px; 
	height: 280px; 
	margin: 0 auto; 
}

#pb-productbrowsercontainer ul {
	margin:0;
	padding:15px;
	padding-top:40px;
}
#pb-productbrowsercontainer ul li {
	list-style:none;
}
#pb-productslider { 
	top: 2px; 
	left: 0; 
	width: 2970px; 
	height: 140px; 
	position: absolute; 
	margin: 0; 
	padding: 0; 
}

#pb-productslider .pb-productimage { 
	float: left; 
	width: 150px; 
	height: 140px; 
	margin-right:30px;
	position: relative; 
	top: 0; 
}
#pb-productslider .pb-productimage image {
	margin-bottom:7px;
}
 
#pb-productslider .pb-productimage a { 
	float: left; 
	width: 100%; 
	overflow: hidden; 
	color: #ccc; 
	font-size: 11px; 
	text-align: center; 
	color: #333333; 
	text-decoration:none;
}

#pb-productslider .pb-productimage a:hover { text-decoration: none; color: #333333; }

#pb-productslidertrack { 
	position: absolute; 
	top: 205px; 
	/*left: 18px; */
	left: 0px; 
	/*width:888px; */
	width:950px; 
	overflow: hidden; 
	background:url(../images/products_scrollbar.png) no-repeat; 
	height:19px; 
	visibility: hidden; 
	line-height:19px;
}

#pb-cat1 { position: absolute; top: 0; z-index: 150; color: #333333; font-size: 11px; cursor: pointer; left: 60px; }
#pb-cat2 { position: absolute; top: 0; z-index: 150; color: #333333; font-size: 11px; cursor: pointer; left: 440px; }
#pb-cat3 { position: absolute; top: 0; z-index: 150; color: #333333; font-size: 11px; cursor: pointer; left: 720px; }

#pb-productsliderhandle { position: absolute; width: 214px; height: 19px; cursor: pointer; z-index: 155;  }

#pb-productsliderhandleimage { 
	position: absolute; 
	width: 210px; 
	height: 19px; 
	background:url(../images/scroll.gif) no-repeat;
	cursor: pointer; 
	z-index: 5; 
}
#pb-leftarrow { 
	position: absolute; 
	left: 17px; 
	top: 218px; 
	width: 20px; 
	height: 20px; 
	background: transparent; 
	z-index: 150; 
	cursor: pointer; 
}

#pb-rightarrow { 
	position: absolute; 
	left: 930px;
	top: 218px; 
	width: 20px; 
	height: 20px; 
	background: transparent; 
	z-index: 150; 
	cursor: pointer; 
}



