/**************************************************
*
*	CONTAINER STYLES
*
**************************************************/

#horiz_container_outer, #horiz_container_outer1
{
	width:525px;
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
	height:240px;
	overflow: hidden;
}

#horiz_container_outer1{
	height: 220px;
	margin-bottom: 5px;
}

#horiz_container, #horiz_container1
{
	width:4040px;
	margin:0px;
	padding:0px;
	height:300px;
}

#horiz_container ul, #horiz_container1 ul
{
	margin:0px; padding:0px;
	float:left;
}

#horiz_container_inner, #horiz_container_inner1
{
	height: 185px;
	padding-left:0px;
}

#horiz_container_inner1{
	height: 220px;
}

#horiz_container li, #horiz_container1 li
{
	list-style:none;
	display: inline-table;
	margin:0px;
}

#horiz_container li img, #horiz_container1 li img
{
	padding:0px;
	margin:0px;
}




/**************************************************
*
*	SCROLLING STYLES
*
**************************************************/
#calendarSlider, #calendarSlider1{
	width:825px;
	 border-right: 1px solid #000;
}
#scrollbar, #scrollbar1 
{ 
    position:relative; 
    width:525px;
    height:2px;
    padding: 5px 0px;
    background: url(./arrow.png) right top no-repeat transparent;
    display:block;
    font-size:1px;
    top:0px;
    margin:0px auto;
}

#track, #track1 
{ 
    position:absolute; left:0px; top:5px;
    width:515px;
    height:2px; 
    background: #979899;
}

#dragBar, #dragBar1 
{
    position:absolute;
    left:0px; top:0px;
    width:20px;
    height:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #979899;
}  
  
#left_scroll, #left_scroll1
{ 
	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, #right_scroll1 
{ 
	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, #scrollbar1, #track1, #dragBar1, #left1, #right1  {
    -moz-user-select: none;
    -khtml-user-select: none;
}