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

#horiz_container_outer
{
  background: url("../img/bag-bann2.png") no-repeat scroll 0 0 transparent;
  margin: 0 auto;
  overflow: hidden;
  width: 961px;
  overflow-x:hidden;
  overflow-y:hidden;
  position:relative;
  height:140px;
}

#horiz_container
{
  height: 119px;
  width: 1208px;
  margin:0px;
  padding:0px;
}

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

#horiz_container_inner
{
  height: 119px;
  margin: 14px auto auto 0px;
  width: 960px;
}

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

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




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

#scrollbar 
{ 
  position:relative; 
  width:459px; height:13px;
  display:block;
  font-size:1px;
  top:0px;
  margin:0px auto;
}

#track 
{ 
  background: url("../img/bg-scroll.png") no-repeat scroll 0 0 transparent;
  height: 13px;
  margin: auto;
  width: 459px;
  position:absolute; left:0px; top:0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

#dragBar 
{

  background: url("../img/bt-scroll.png") no-repeat scroll 0 0 transparent;
  height: 13px;
  position: absolute;
  top: 1px;
  width: 63px !important;
  position:absolute; top:0px;


}  

#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;
}
