/**************************************************
*
*	CONTAINER STYLES
*
**************************************************/

#horiz_container_outer
{
	width:847px;
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
	height:210px;
	margin:0 auto;
}

#horiz_container
{
	width: 3200px;
	margin:0px;
	padding:0px;
	height:186px;
}

#horiz_container ul
{
	margin:0px; padding:0px;
	float:left;
	list-style-type:none;
}

#horiz_container_inner
{
	padding:5px;
	list-style-type:none;
	padding-left:0px;
}

#horiz_container li
{
	list-style:none;
	display: block;
	float:left;
	margin:0px;
	list-style-type:none;
}

#horiz_container li img
{
	padding:0px;
	margin:0px;
}




/**************************************************
*
*	SCROLLING STYLES
*
**************************************************/

#scrollbar 
{ 
    position:relative; 
    width:845px; height:12px;
    display:block;
    font-size:1px;
    top:0px;
    margin:0px auto;
}

#track 
{ 
    position:absolute; left:0px; top:0;
    width: 845px;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #cdcdcd;
	-webkit-box-shadow: 0 2px #fff, inset 0 2px 2px rgba(21,23,23,.4);
	-moz-box-shadow: 0 2px #fff, inset 0 2px 2px rgba(21,23,23,.4);
	box-shadow: 0 2px #fff, inset 0 2px 2px rgba(21,23,23,.4);
}

#dragBar 
{
    position:absolute; left:0px; top:-6px!important;
	width: 62px;
	height: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.1), inset 0 0 8px 2px #fff, inset 0 0 0 1px #fff;
	-moz-box-shadow: 0 2px 1px rgba(0,0,0,.1), inset 0 0 8px 2px #fff, inset 0 0 0 1px #fff;
	box-shadow: 0 2px 1px rgba(0,0,0,.1), inset 0 0 8px 2px #fff, inset 0 0 0 1px #fff;
	border: solid 1px #dcdcdc;
	background-image: -webkit-linear-gradient(bottom, #e9e9e9, #fbf9f9);
	background-image: -moz-linear-gradient(bottom, #e9e9e9, #fbf9f9);
	background-image: -o-linear-gradient(bottom, #e9e9e9, #fbf9f9);
	background-image: linear-gradient(to top, #e9e9e9, #fbf9f9);

}  
#dragBar:before{
background:url(../img/button_scroll.png) repeat-x top center;
height:20px;
width:100%;
position:absolute;
border-radius:5px;
content:'';
top:0;
left:0;
}
  
#left_scroll
{ 
	position:absolute; 
	background:url(../img/slider_arrow_l.png) no-repeat;
	width: 27px;
	height: 42px;
	cursor:pointer;
	bottom:100px;
	left:-50px;
}  

#right_scroll 
{ 
	position:absolute; 
	background:url(../img/slider_arrow_r.png) no-repeat;
	width: 27px;
	height: 42px;
	cursor:pointer;
	bottom:100px;
	right:-50px;
}

/* Prevent selection problem */
#scrollbar, #track, #dragBar, #left, #right {
    -moz-user-select: none;
    -khtml-user-select: none;
}
