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

#horiz_container_outer
{
	width:950px;
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
	height:379px;
	margin:5px auto;
	
	border:2px solid #0F13A8;
	 -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	clear:both;
}

#horiz_container
{
	width: 9609px;
	margin:0px;
	padding:0px;
	height:379px;
	background-color: #F7F5EA;
}

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

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

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

#horiz_container li img
{
	padding:0px;
	margin:0px;
	display: block;
	float: left;
}




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

#scrollbar 
{ 
    position:relative; 
    width:950px;
	height:95px;
    display:block;
    font-size:1px;
    top:0px;
    margin:0px auto;
	background-color: #FFFFFF;
	background-image: url(../../../timeline/track-new.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#track 
{
	position:absolute;
	left: 80px;
	right: 60px;
	top:0;
	width: auto;
	height:95px;
}

#dragBar 
{
    position:absolute;
	left:80px;
	right:60px;
	top:0px;
    width:1px;
	height:-51px;
	
/*    -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%
); */
z-index: 10;
}  
  
#left_scroll
{ 
	position:absolute; 
	/* border-color: transparent gray transparent transparent;
	border-style: solid;
	border-width: 5px; */
	width: 0;
	height: 0px;
	cursor:pointer;
	top:27px;
	left:0px;
}  

#right_scroll 
{ 
	position:absolute; 
	right:50px; 
	top:27px;
/*	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;
}
