/**************************************************
*
*	CONTAINER STYLES
*
**************************************************/

#horiz_container_outer
{
	width:930px;
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
	height:362px;
	margin:5px auto;
	
/* 	border:1px solid #cccccc; */
}

#horiz_container
{
	width:2000px;
	margin:0px;
	padding:0px;
	height:300px;
}

#horiz_container ul
{
	margin:0px; padding:0px;
	float:left;
}

#horiz_container_inner
{
	padding:5px;
	padding-left:0px;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: visible;
}

#horiz_container li
{
	list-style:none;
	display: inline-table;
	margin:0px;
}

#horiz_container li img
{
	padding:0px;
	margin:0px;
}




/**************************************************
*
*	SCROLLING STYLES
*
**************************************************/

#scrollbar 
{ 
    position:relative; 
    width:893px; height:12px;
    display:block;
    font-size:1px;
    top:-22px;
    margin:0px auto;
}

#track 
{ 
    position:absolute; left:0px; top:0;
    width:893px;
    height:10px; 
    background: #fff;
}

#dragBar 
{
    position:absolute; left:0px; top:1px !important;
    width:20px; height:8px; 
    background-color:#000;
    cursor:pointer;
}  
  
#left_scroll
{ 
	position: absolute;
	background: url(../images/frise_fleche.png) 0 -46px no-repeat;
	cursor: pointer;
	top: 0px;
	left: -14px;
	width: 10px;
	height: 10px;
}  

#right_scroll 
{ 
	position: absolute;
	right: -15px;
	top: 0px;
	background: url(../images/frise_fleche.png) 0 0 no-repeat;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
/* Prevent selection problem */
#scrollbar, #track, #dragBar, #left, #right {
    -moz-user-select: none;
    -khtml-user-select: none;
}
