
/**************************************************
*
*	CONTAINER STYLES
*
**************************************************/

:root #horiz_container_outer { margin-top:-15px /IE9; }

/*#horiz_container_outer
{
	width:896px;
	overflow-x:scroll;
	overflow-y:hidden;
	position:relative;
	height:200px;
	margin:0 auto;
	padding: 0 0 0px;
}*/

#horiz_container
{
	width:100%;
	margin:0px;
	padding:0px;
	height:140px;
}

#horiz_container ul
{
	margin:0px; padding:0px;
	float:left;
}

#horiz_container_inner
{
	padding:5px;
	padding-left:0px;
	margin-top:-18px\9;
}
#horiz_container li:first-child {
	padding: 0;
}
#horiz_container li
{
	list-style:none;
	float: left; 
    width:49%;
    margin:5px 0px;
	padding: 0 0 0 0px;
}

#horiz_container li img
{
	padding:0px;
	margin:0px;
}




/**************************************************
*
*	SCROLLING STYLES
*
**************************************************/

#scrollbar 
{ 
    position:relative; 
    width:900px; height:12px;
    display:block;
    font-size:1px;
    top:0px;
    margin:0px auto;
}

#track 
{ 
    position:absolute; left:0px; top:0;
    width:900px;
	height:7px; 
    background: #b8b8b8;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border-bottom: 1px solid #fff;
	-moz-box-shadow:    inset 0 0 1px #000000;
    -webkit-box-shadow: inset 0 0 1px #000000;
    box-shadow:         inset 0 0 1px #000000;
}

#dragBar 
{
    position:absolute;
	left:0px;
	top:0px;
    width:25px !important;
	height:18px;
	background: url(../images/img-drag.png) 0 0 no-repeat;
	margin: -6px 0 0;
}  
  
#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;
}
