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

#horiz_container_outer {
  width:100%;
  overflow-x:hidden;
  overflow-y:hidden;
  position:relative;
  height:490px;
  margin:0px auto;
}

#horiz_container {
  width: auto;
  margin: 0px;
  padding: 0px;
  height:490px;
  overflow: hidden;
  white-space: nowrap;
}

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

#horiz_container_inner {
  padding-left: 0px;
}

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

#horiz_container li:hover {
background-color: #feca15;
}

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

#horiz_container li:last-child {
margin-right: 0px;
}




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

#scrollbar { 
  position: relative; 
  width: 100%;
  display: block;
  font-size: 1px;
  top: 0px;
  margin-top: -2px;
}

#track { 
  position: absolute;
  left: 0px; 
  background-color: rgba(255,255,255,0.5);
  height: 3px;
  margin: 0px 0px 0px 0px;
  width: 100%;
}

#dragBar {
  position: absolute;
  left:px;
  width: 50px!important;
  height: 8px;
  background-image: url(../images/bg_scroll.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: black;
  border-radius: 30px;
  cursor: pointer;
  margin-top: -3px;
}  
  
#left_scroll { 
  position: absolute; 
  background-image: url(../images/left_bottom.png);
  cursor: pointer;
  left: 0px;
  z-index: 2;
  width: 50%;
  margin-top: -487px;
  height: 480px;
}  

#right_scroll { 
  position: absolute; 
  background-image: url(../images/right_bottom.png);
  cursor: pointer;
  right: 0px;
  z-index: 2;
  width: 50%;
  margin-top: -487px;
  height: 480px;
}

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