#imgbrowser {
	width: 882px;
	height: 569px;
	overflow: hidden;
	background-color: #000000;
	white-space: nowrap;
}
#imgbrowsercontainer {
	position: relative;
	width: 882px;
	height: 569px;
	margin: 0 auto;
	white-space: nowrap;
}
#slider {
	top: 0;
	left: 0;
	width:500000px;
	height:550px;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type:none;
	white-space: nowrap;
	display: inline;
}
#slider li {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#slider .image {
	float: left;
	height: 550px;
	width:auto;
	position: relative;
	top: 0;
	background-repeat: no-repeat;
	display: inline;
	white-space: nowrap;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3c3c3c;
}
#slider .image a:link,  #slider .image a:visited {
	float: left;
	padding-top:0;
	overflow: hidden;
	color: #ccc;
	font-size: 11px;
/*	text-align: center; background-position: 50% 100%; */
	background-repeat: no-repeat;
	white-space: nowrap;
}
#slider .image a:hover {
	text-decoration: none;
	color: #fff;
}
#slidertrack {
	position: absolute;
	top: 550px;
	left: 0px;
	width:882px;
	height:17px;
	overflow: hidden;
	background: url(../images/h_scrollbar/bg_scrollbar.gif) no-repeat;
	visibility: hidden;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #777777;
	border-bottom-color: #777777;
}
#cat1 {
	position: absolute;
	top: 0;
	z-index: 150;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	left: 0px;
	visibility:hidden;
}
#cat2 {
	position: absolute;
	top: 0;
	z-index: 150;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	left: 326px;
	visibility:hidden;
}
#cat3 {
	position: absolute;
	top: 0;
	z-index: 150;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	left: 539px;
	visibility:hidden;
}
#cat4 {
	position: absolute;
	top: 0;
	z-index: 150;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	left: 752px;
	visibility:hidden;
}
#sliderhandle {
	position: absolute;
	width: 213px;
	height: 17px;
	cursor: pointer;
	z-index: 155;
}
#sliderhandleimage {
	position: absolute;
	width: 213px;
	height: 17px;
	background: url(../images/h_scrollbar/scroller.gif) no-repeat;
	cursor: pointer;
	z-index: 5;
}
#leftarrow a {
	position: absolute;
	left: 0px;
	top: 551px;
	width: 20px;
	height: 17px;
	z-index: 150;
	border:0px;
	border: 0 none;
	margin: 0px;
	padding: 0px;
	cursor: pointer;

}
#rightarrow a {
	position: absolute;
	left: 862px;
	top: 551px;
	width: 20px;
	height: 17px;
	z-index: 150;
	cursor: pointer;

}
#leftarrow a:hover {
	margin: 0px;
	padding: 0px;
	height: 17px;
	width: 20px;
	background-image: url(../images/h_scrollbar/gauche_o.gif);
	background-repeat: no-repeat;
}
#rightarrow a:hover {
	background-image: url(../images/h_scrollbar/droite_o.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 17px;
	width: 20px;
}
img, img a {
	border:0 none;
}

