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

#horiz_container_outer
{
	width:750px;
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
	height:519px;
	margin:5px auto;
	
	border:1px solid #cccccc;
}

#horiz_container
{
	width:2640px;
	margin:0px;
	padding:0px;
	height:300px;
}

#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 22px 0 0;
}

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




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

#scrollbar 
{ 
    position:relative; 
    width:722px; height:12px;
    display:block;
    font-size:1px;
    top:0px;
    margin:0px auto;
}

#track 
{ 
    position:absolute; left:0px; top:5px;
    width:722px; height:2px; 
    background: #e5e5e5;

}

#dragBar 
{
    position:absolute; left:0px; top:-2px !important;
    width:20px !important; height:6px; 
	background:#515151;

}  
  
#left_scroll
{ 
	position:absolute; 
	width: 6px;
	height: 10px;
	cursor:pointer;
	top:1px;
	left:-15px;
	background:url(../images/leftaroow.png) no-repeat 0 0;
}  

#right_scroll 
{ 
	position:absolute; 
	right:-15px; 
	top:1px;
	background:url(../images/rightarrow.png) no-repeat 0 0;
	width: 6px;
	height: 10px;
	cursor:pointer;
}

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