/**
 * @version $Id: bot_ar_scroll_horiz.css,v 1.6 2010-03-10 17:49:21 flj Exp $
 * @package lerobert.botarscroll
 * @copyright Copyright (C) 2007 BROCELIA. All rights reserved.
 */
 #corps .botarscroll_horiz .botarscrollbar {
	height: 4px;
	margin-top:40px;
	margin-left:2px;
	z-index:2000;

}
	#corps .botarscroll_horiz .botarscrollbar .botarscrollbar_right,
	#corps .botarscroll_horiz .botarscrollbar .botarscrollbar_left {
		border: none;
		width: 9px;
		height: 10px;
		margin: 1px;
		margin-top:0px;
		font-size: 1px;
		float:left;
	}
	#corps .botarscroll_horiz .botarscrollbar .botarscrollbar_left {
		margin-left: 0px;
		background-image: url(left.png);
		background-repeat: no-repeat;
		z-index:200;
		position:relative;
	}
	#corps .botarscroll_horiz .botarscrollbar .botarscrollbar_right{
		background-image: url(right.png);
		background-repeat: no-repeat;
		z-index:200;
		position:relative;
	}
	#corps .botarscroll_horiz .botarscrollbar .botarscrollbar_track {
		border: none;
		height: 9px;
		margin: 0px auto;
		background-color: #dbdbdb;
		float:left;
		width:200px;
		visibility:hidden;
	}
	#corps .botarscroll_horiz .botarscrollbar .botarscrollbar_thumb {
		background-color: #b0b2b6;
		height: 7px;
		border-top:1px solid #fff;
		border-left:1px solid #fff;
		border-bottom:1px solid #000;
		border-right:1px solid #000;
		margin-left: -3px;
		margin-top:0px;
		font-size: 1px;
	}

	#corps .botarscroll_horiz .botarscroll_content {
		overflow:hidden;
		width:242px;
		z-index:1;
	}

	/*#corps .botarscroll_horiz{
		overflow:hidden;
		width:272px;
		position:relative;
		height:100px;
		z-index:50;
	}*/



