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

#horiz_container_outer
{
	width:445px;
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
	height:352px;
	margin:0px;
	
}
#horiz_container
{
	width:3900px;
	margin:0px;
	padding:0px;
	height:352px;
}

#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;
	margin-top:10px;
	margin-left:10px;
}




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

#scrollbar 
{ 
    position:relative; 
    width:465px; height:21px;
    display:block;
    font-size:1px;
    top:30px;
	margin-left:10px;
}

#track 
{ 
    position:absolute; left:0px; top:0;
    width:465px; height:21px; 
    background: #ffffff;
	border: 1px solid #666;
}

#dragBar 
{
    position:absolute; left:0px; top:0px;
    width:10px; height:17px; 
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #666;
background-color:#223f92;

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