/**************************************************
*
*	CONTAINER STYLES
*
**************************************************/

#horiz_container_outer
{
	width:503px;
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
	height:180px;
	margin:5px auto;}

#horiz_container
{
	width:4040px;
	margin:0px;
	padding:0px;
	height:50px;
	margin-top:23px;
	list-style:none;
}

#horiz_container ul
{list-style:none;
	margin:0px; padding:0px;
	float:left;
}

#horiz_container ul li
{list-style:none;

}


#horiz_container_inner
{
list-style:none;
width:501px;
	padding:5px;
	padding-left:0px;
}

#horiz_container li
{

	display: inline-table;
	margin:0px;
	width:122px;
	float:left;
	margin-top:-15px;
}



#horiz_container li h1{ padding:7px 40px 6px 39px; width:43px; float:left; text-align:center; color:#FFFFFF; font-size:12px; background:url(../images/about_slid_li.png) top left no-repeat;}


#horiz_container li div{ width:122px !important; float:left !important; font-size:10px; text-align:center; }

#horiz_container li img
{
list-style:none;
	padding:0px;
	margin:0px;
}




/**************************************************
*
*	SCROLLING STYLES
*
**************************************************/

#scrollbar 
{ 
    position:relative; 
    width:546px; height:12px;
    display:block;
    font-size:1px;
    top:0px;
    margin:0px auto;
}

#track 
{ 
    position:absolute; left:0px; top:0;
    width:545px; height:12px; 
    background: #f6f6f6;
   
}

#dragBar 
{
    position:absolute; left:0px; top:0px;
    width:20px; height:10px; 


background-color:#e2e1e1;

}  
  
#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;
}
