/**************************************************
*
*	CONTAINER STYLES
*
**************************************************/

#horiz_container_outer
{
	width:1117px;
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
	height:900px;
	border:1px solid #cccccc;
	top:33px;
}

#horiz_container
{
	width:4040px;
	margin:0px;
	padding:0px;
	height:900px;
}

#horiz_container ul
{
	margin:0px; padding:0px;
	float:left;
}

#horiz_container_inner
{

	padding-left:0px;
}

#horiz_container li
{
	list-style:none;
	display: inline-table;
	margin:0px;
}

#horiz_container li img
{
	padding:0px;
	margin:0px;
}




/**************************************************
*
*	SCROLLING STYLES
*
**************************************************/

#scrollbar 
{ 
    position:relative; 
    width:1280px; height:12px;
    display:block;
    top:105px;
    margin:0px auto;
	z-index:10;
}

#track 
{ 
    position:absolute; left:0px; top:0; 
    width:1280px; height:14px; background:url(../images/bg-track-lichphatsong.jpg) repeat-x;
}

#dragBar 
{
    position:absolute; left:0px; top:0px;
    width:45px !important; height:44px; background:url(../images/ico-scroll-lichphatsong.png) no-repeat left; z-index:12; margin:-16px 0 0 0; }
	
	
#left_scroll
{ 
	position:absolute; 
	border-color: transparent #c1c1c1 transparent transparent;
	border-style: solid;
	border-width: 7px;
	width: 0;
	height: 0px;
	cursor:pointer;
	left:-14px;
}  

#right_scroll 
{ 
	position:absolute; 
	right:-14px; 
	border-color: transparent transparent transparent #c1c1c1;
	border-style: solid;
	border-width: 7px;
	width: 0;
	height: 0px;
	cursor:pointer;
}



}  
  

/* Prevent selection problem */
#scrollbar, #track, #dragBar, #left, #right {
    -moz-user-select: none;
    -khtml-user-select: none;
}
