/* 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;
	padding: 0;
	margin: 0px 0 0px 0;
	overflow: auto;
	background-color: #FFF;
	border: 1px solid #85a5aa;
}
#productbrowser .description {
	position: relative;
	top:390px;
	width: 920px;
	height: 50px;
	margin: 0 40px 0 40px;
	font-size: 12px;
}

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

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

#pb-productslider .pb-productimage {
	float: left;
	width: 301px;
	padding: 0 5px 0 5px;
}
#pb-productslider .pb-productimage .titre{
	float: left;
	padding: 0px;
	text-align: center;
	width: 300px;
}

#pb-productslider .pb-productimage a:link, #pb-productslider .pb-productimage a:visited {
	float: left;
	width: 100%;
	padding-top: 0px;
	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: 360px;
	left: 0px;
	width:1000px;
	height:12px;
	behavior:url(_gfx/iepngfix.htc);
	background-image: url(images/scroll.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#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: 158px;
	height: 12px;
	cursor:pointer;
	z-index:155;
}

#pb-productsliderhandleimage {
	position: absolute;
	width: 158px;
	height: 12px;
	cursor: pointer;
	z-index: 5;
	background-image: url(images/barrescroll.jpg);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
}

/* PRODUCT BROWSER PRODUCTS */

#pb-productslider #lien a {
		background-color: #FFF;

}