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

#horiz_container_outer
{
	width:60%;
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
	height:189px;
	margin:0px auto;
	
	
}

#horiz_container_news
{
	width:73%;
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
	height:189px;
	margin:0px auto;
	
	
}

#horiz_container
{
	width:4040px;
	margin:0px;
	padding:0px;
	height:180px;
	display: inline-block;
}

#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;
	padding:5px;
	margin-left: 2px;
	/*background:url(../img/cornice_product_1.png) no-repeat 100% 0;*/
}

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




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

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

#track 
{ 
    position:absolute; left:0px; top:0;
    width:59%; 
	height:1px; 
    background: trasparent;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

scrollbar{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}
#track:hover 
{
	height:10px;
		margin-top:-5px;
}
#dragBar 
{
    position:absolute; left:0px; top:0px;
    width:20px; height:3px; 
	margin-top:-3px;
	
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/*
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.39, rgb(63,67,72)),
    color-stop(0.7, rgb(245,245,245))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(63,67,72) 39%,
    rgb(245,245,245) 70%
);*/
background-color:  rgb(63, 67, 72);
}  

#dragBar:hover{
	height:12px;
	margin-top:-2px;
    -webkit-border-radius: 6;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
}
  
#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;
}

@media screen and (min-width: 1601px) and (max-width: 1990px) {

	#horiz_container_news
	{
		width:55%;
	}
}