/* Scroller */
#scroller2 {
	padding-top:0;
	position:relative;
	height:100%;
}
#scroller2 .customScrollBox {
	position:relative;
	overflow:hidden !important;
}
#scroller2 .customScrollBox .container {
	position:relative;
	width:950px;
	top:0;
	float:left;	
}
#scroller2 .customScrollBox .content {
	clear:both;	
}

#scroller2 .dragger_container {
	position:relative;
	width:10px;
	height:100%;
	float:right;
	background:#ddd;
	cursor:s-resize;
	margin-right:12px;
}
#scroller2 .dragger {
	position:absolute;
	width:10px;
	height:25% !important;
	background: #ff1a00;
	text-align:center;
	line-height:25% !important;
	verflow:hidden;
	cursor:pointer; 	
}
.scrollUpBtn, .scrollDownBtn {display:none !important;
}


