/* vertical */
/* start edit */
div.scroller {
	/*width: 753px;  edit inline selon rubrique */
	height: 510px; /* edit me */
	margin-left: 10px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
div.scroller .content {
	/*width: 731px; edit inline selon rubrique */
	height: 455px;/* edit me */
	overflow: hidden;
	float: left;
}
div.scroller .scrollarea {
	height: 508px; /* edit me */
	width: 21px;
	float: left;
	border-left: 1px solid #ddd;
	cursor: pointer;
	background: url("/library/img/global/shadow-clip.png") repeat-x left -1px;
}
/* end edit */
div.scroller .content ol {
	margin-left: 0px; /* ie only */
}
div.scroller .content p {
	margin-left: 0px; /* ie only */
}
div.scroller div.scrollBarContainer {
	height: 466px; /* edit me */
}

div.scroller .scrollKnob {
	width:19px;
	margin-left:1px;
	min-height:10px;
	background:url("/library/img/global/drag-knob.png");
}
div.scroller .scrollForward, div.scroller .scrollBack {
	border:0;
	padding:0;
	margin:1px;
	width:19px;	
	height:20px;	
	font-size: 4px;
}
div.scroller .scrollForward {
	background: url("/library/img/global/panescrolldown_off.png");
}
div.scroller .scrollBack {
	background: url("/library/img/global/panescrollup_off.png");
}


/* Scroll colonne de droite */
/* vertical */
/* start edit */
div.last_reviews {
	margin-left: 18px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;	
}
div.last_reviews .scroll_right {
	width:174px; 
	height:150px; 
	overflow: hidden;
	float: left;
}
div.last_reviews .rscrollarea {
	height:136px; /* edit me */
	width:18px;
	float:left;
	cursor:pointer;
}
/* end edit */

div.last_reviews .scroll_right ol {
	margin-left: 0px; /* ie only */
}
div.last_reviews .scroll_right p {
	margin-left: 0px; /* ie only */
}
div.last_reviews div.rscrollBarContainer {
	height: 130px;
}

div.last_reviews .rscrollKnob {
	width:16px;
	min-height: 10px;
	background: url("/library/img/col-right/panedrag_line.gif");
}
div.last_reviews .rscrollForward, div.last_reviews .rscrollBack {
	width:16px;
	margin:1px 0px 1px 0px;
	border:0;
	height: 13px ;
	padding:0;
	font-size:4px;
}
div.last_reviews .rscrollForward {
	background: url("/library/img/col-right/panescrolldown.gif");
}
div.last_reviews .rscrollBack {
	background: url("/library/img/col-right/panescrollup.gif");
}
