#horiz_container_outer
{
	width:auto;
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
	height:480px;
	margin:0 auto;

}

#horiz_container
{
	width:1920px;
	margin:0px;
	padding:0px;
	height:480px;
}

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

}

#horiz_container_inner
{
		height:470px;
}

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

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





#scrollbar 
{ 
    position:relative; 
    width:100%; height:12px;
    display:block;
	margin:0;
	padding:0;
}

#track 
{ 
    position:absolute; left:0px; top:0;
    width:100%; height:4px; 
    background: #E7E7E7;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#dragBar 
{
    position:absolute; 
    height:3px; 
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#919191;

}  
  
#left_scroll
{ 
	position:absolute; 
	border-color: transparent gray transparent transparent;
	border-style: solid;
	border-width: 5px;
	width: 0;
	height: 0px;
	cursor:pointer;
}  

#right_scroll 
{ 
	position:absolute; 
	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;
}
