/* GENERAL */

ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }


/* PRODUCT BROWSER */

#productbrowser {
	float:left;
	width: 1000px;
	height: 180px;
	padding: 0;
	margin: 20px 0 0 0;
	overflow: auto;
}

#pb-productbrowsercontainer {
	position: relative;
	width: 1000px;
	height: 180px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#pb-productslider {
	top:4px;
	left:0;
	width:4000px;
	height:140px;
	position:absolute;
	margin:0;
	padding:0;
}

#pb-productslider .pb-productimage {
	float: left;
	width: 260px;
	height: 140px;
	position: relative;
	top: 0;
}

#pb-productslider .pb-productimage a:link, #pb-productslider .pb-productimage a:visited {
	float: left;
	width: 100%;
	padding-top: 20px;
	overflow: hidden;
	color: #626164;
	font-size: 11px;
	text-align: center;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

#pb-productslider .pb-productimage a:hover {
	text-decoration: none;
	color: #ffffff;
}

#pb-productslidertrack {
	position: absolute;
	top: 152px;
	left: 0;
	width:1000px;
	height:19px;
	overflow: hidden;
	visibility: hidden;
	background-image: url(_gfx/productbrowser_scrollbar.jpg);
	background-repeat: no-repeat;
	background-color: #FF0000;
}

#pb-cat1 {
	display: none;

}

#pb-cat2 {
	display: none;
}

#pb-cat3 {
	display: none;

}

#pb-cat4 {
	display: none;

}

#pb-cat5 {
	display: none;
}

#pb-productsliderhandle { 
	position:absolute;
	width:181px;
	height:19px;
	cursor:pointer;
	z-index:155;
}

#pb-productsliderhandleimage {
	position: absolute;
	width: 181px;
	height: 19px;
	behavior:url(_gfx/iepngfix.htc);
	cursor: pointer;
	z-index: 5;
	background-image: url(_gfx/productbrowser_scroller.png);
	background-repeat: no-repeat;
}
#pb-leftarrow {
	position: absolute;
	left: 0;
	top: 152px;
	width: 20px; 
	height: 20px;
	z-index: 150;
	cursor: pointer;
	background-color: transparent;
}

#pb-rightarrow {
	position: absolute;
	left: 980px;
	top: 152px;
	width: 20px;
	height: 20px;
	z-index: 150;
	cursor: pointer;
	background-color: transparent;
}

/* PRODUCT BROWSER PRODUCTS */

#pb-productslider #lien a {
	background-color: #000000;
}