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

#horiz_container_outer
{
	width: 450px;
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
	height:210px;
	margin:5px auto;
	padding: 0;
}

#horiz_container
{
	width:3150px;
	margin:0px;
	padding:0px;
	height:200px;
}

#horiz_container .csc-default
{
    width: 450px;
	margin:0px;
    padding:0 50px;
	float:left;
}

#horiz_container_inner
{
	padding:0;
	padding-left:0px;
}

#horiz_container div
{

}

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




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

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

#track 
{ 
    position:absolute;
    left:0px; top:0;
    width:470px;
    height:24px;
    background: #bfe4f8;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#dragBar 
{
    position:absolute; left:0px; top:0px !important;
    width:24px !important; height: 24px; 
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #84cbf2; 
}

#left_scroll
{ 
	position:absolute; 
	width: 24px;
	height: 24px;
	cursor:pointer;
	top: 0;
	left:-30px;
	background: url("../../img/scroll_left.png") center center no-repeat;
}  

#right_scroll 
{ 
	position:absolute; 
	right:-30px; 
	top: 0;
	width: 24px;
	height: 24px;
	cursor:pointer;
	background: url("../../img/scroll_right.png") center center no-repeat;
}

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