/**************************************************
*
*	CONTAINER STYLES
*
**************************************************/

#horiz_container_outer
{

	width:1000px;
	overflow-x:hidden;
	overflow-y:hidden;
	position:fixed;
	left:17%;
	height:390px;
	top:30%;
	bottom:5%;
	margin:25px auto;
}

#horiz_container
{
	width:20500px;
	margin:0px;
	padding:0px;
	height:300px;
}

#horiz_container ul
{
	margin:0px; 
	padding:0px;
	float:left;
}

#horiz_container_inner
{
	padding:5px;
	padding-left:0px;
}

#horiz_container li
{
	list-style:none;
	display: inline-table;
	margin:0px;
}

#horiz_container li img
{
	padding:0px;
	margin:0px;
}




/**************************************************
*
*	SCROLLING STYLES
*
**************************************************/

#scrollbar 
{ 
    position:fixed; 
    width:1040px; height:12px;
    display:block;
    font-size:1px;
//    top:95%;
    left:17%;
    bottom:3%;
    margin:0px auto;
}

/*
conteneur de la barre 
*/
#track 
{ 
    position:absolute; left:0px; top:0;
    width:1000px; height:8px; 
    background: #F5F5F5;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

/*
barre
*/
#dragBar 
{
    position:absolute; left:0px; top:0px;
    width:20px; height:7px; 
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.39, rgb(229,229,229)),
    color-stop(0.7, rgb(245,245,245))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(229,229,229) 39%,
    rgb(245,245,245) 70%
);

}  
  


/* Prevent selection problem */
#scrollbar, #track, #dragBar, #left, #right {
    -moz-user-select: none;
    -khtml-user-select: none;
}
