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


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

.scrollbar 
{ 
    position:relative;
	width: 1120px;
	height:12px;
    display:block;
    font-size:1px;
    top:0px;
    margin:20px auto 10px;
}

.track 
{ 
    position:absolute;
	left:0px;
	top:0;
	width: 1120px;
	height:12px; 
    background: #ECF1F4;
}

.dragBar 
{
    position:absolute;
	left:0px;
	top:0px;
    width:20px;
	height:10px;
	background: #80C8F7;

}  
  
.mouseover_left
{ 
	position:absolute;
	width: 24px;
	height: 24px;
	cursor:pointer;
	right: 30px;
	background: url("../images/prev.png") no-repeat scroll 0 0 transparent;
}  

.mouseover_right
{ 
	position:absolute; 
	right: 0px;
	width: 24px;
	height: 24px;
	cursor:pointer;
	background: url("../images/next.png") no-repeat scroll 0 0 transparent;
}

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