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

#horiz_container_outer 
{ background:#fff;
	width:880px;
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
	min-height:205px;
	margin:o;
}

#horiz_container
{
	width:3490px;
	margin:15px 0 15px 31px;
	padding:0px;
	height:175px;
}

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

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

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

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




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

#scrollbar 
{ 
    position:relative; 
    display:block;
    top:0px;
    margin:0px auto;
	background: none repeat scroll 0 0 #E6E5E4;
    font-size: 1px;
    height: 33px;
    width: 880px;
}

#track 
{ 
    position:absolute; top:4px;
    width:820px;
    background: url("../images/scroll.gif") repeat-x scroll left top transparent;
    height: 25px;
    left: 30px;
}

#dragBar 
{
    position:absolute; left:0px; top:0px;
    width:20px;
    background: url("../images/scroll-bg.gif") repeat-x scroll left top transparent;
    height: 19px; margin:2px 0 0 1px;

}  
  
#left_scroll
{ 
	position:absolute; 
	cursor:pointer;
	top:1px;	
	background-image: url("../images/btn-lft.gif");
    background-repeat: no-repeat;
    height: 25px;
    left: 4px;
    top: 4px;
    width: 26px;
}  

#right_scroll 
{ 
	position:absolute; 
	cursor:pointer;	
	background-image: url("../images/btn-rt.gif");
    background-repeat: no-repeat;
    height: 25px;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 26px;
}

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