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

#horiz_container_outer, 
#horiz_container_outer2,
#horiz_container_outer3
{
    width:610px;
    overflow-x:hidden;
    overflow-y:hidden;
    position:relative;
    height:120px;
    margin:5px auto;
    
}

#horiz_container,
#horiz_container2,
#horiz_container3
{
    /*width:4040px;*/
    margin:0px;
    padding:0px;
    height:110px;
}

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

#horiz_container_inner,
#horiz_container_inner2,
#horiz_container_inner3
{
    padding:0px;
    padding-left:0px;
}

#horiz_container li,
#horiz_container2 li,
#horiz_container3 li
{
    list-style:none;
    display: inline-table;
    margin:0px;
    padding: 0px;
    background-image: none;
}

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




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

#scrollbar,
#scrollbar1,
#scrollbar2,
#scrollbar3
{ 
    position:relative; 
    width:610px; height:12px;
    display:block;
    font-size:1px;
    top:0px;
    margin:0px auto;
    margin-bottom: 30px;
}

#track,
#track1,
#track2,
#track3
{ 
    position:absolute; left:0px; top:0;
    width:610px; height:12px; 
    background: #676767;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#dragBar,
#dragBar1,
#dragBar2,
#dragBar3
{
    position:absolute; left:0px; top:0px;
    width:20px; height:10px; 
    -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%
);
	cursor: all-scroll;
	background-color: #e0e0e0;
}  
  
#left_scroll,
#left_scroll1,
#left_scroll2,
#left_scroll3
{ 
    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,
#right_scroll1,
#right_scroll2,
#right_scroll3
{ 
    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,#scrollbar1,#scrollbar2,#scrollbar3,
#track,#track1, #track2, #track3, 
#dragBar,#dragBar1, #dragBar2, #dragBar3,
#left,#left1, #left2, #left3, 
#right, #right1 ,#right2, #right3
{
    -moz-user-select: none;
    -khtml-user-select: none;
}