/**************************************************
*
*	CONTAINER STYLES
*
**************************************************/
#scroller
{
    
    height:99px;
    width:358px;
    float: right;
}
#horiz_container_outer 
{
	width:358px;
	overflow-x:hidden;
    overflow-y: hidden;
	position:relative;
	height:101px\9;
    height: 99px;
    margin: -2px;
    float: left;
}

#horiz_container
{
	width:1400px;
	margin:0px;
	padding:0px;
	height:99px;
    
   
}

#horiz_container ul
{
	margin:0px; padding:0px;


    
}

#horiz_container_inner
{
	padding:0px;
	padding-left:0px;

}

#horiz_container li
{
	list-style:none;
	display: inline-table;
   
	margin-right:-2px\9;
    margin-left:-2px\9;
   
    padding: 0;
    height: 99px;
    display: inline !important;
}


/*#horiz_container li img
{
	padding:0px;
	margin:0px;
    width:100px;
}*/




/**************************************************
*
*	SCROLLING STYLES
*
**************************************************/

#scrollbar /**/
{ 
    position:relative; 
    width:395px; height:10px;
    display:block;
    font-size:1px;
    top:2px;
    margin:0px;
 
    float: left;
     background-image: url(../../images/signatureslider/slider_bk.jpg);
   border-bottom: 1px solid #dddddd;
    
}

#track 
{ 
    position:absolute; left:0px; top:0;
    width:367px; height:11px; 
    border: 0px solid #dddddd;
    
    /*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
    margin:0px;
}

#dragBar 
{
    position:absolute; left:0px; top:0px;
    width:355px; height:8px; 
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    background-color:#999999;
/*background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.39, rgb(92,92,92)),
    color-stop(0.7, rgb(105,105,105))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(92,92,92) 39%,
    rgb(105,105,105) 70%
);*/

}  
  
/*#left_scroll
{ 
	position:absolute; 
	border-color: transparent gray transparent transparent;
	border-style: solid;
	border-width: 5px;
	width: 0;
	height: 0px;
	cursor:pointer;
	top:1px;
	left:-15px;
}  

#right_scroll 
{ 
	position:absolute; 
	right:-15px; 
	top:1px;
	border-color: transparent transparent transparent gray;
	border-style: solid;
	border-width: 5px;
	width: 0;
	height: 0px;
	cursor:pointer;
}*/

/* Prevent selection problem */
#scrollbar, #track, #dragBar, #left, #right {
    -moz-user-select: none;
    -khtml-user-select: none;
}
