/* Scroller */
#scroller2 {
	margin:110px 0 0  auto;
	width:910px;
	background: url(../images/scroller2_bg.png) repeat-y right top;
	padding-top:126px;
	position:relative;
	padding: 126px 0;
}
#scroller2 .customScrollBox {
	position:relative;
	overflow:hidden;
	padding-bottom:16px;
}
#scroller2 .customScrollBox .container {
	position:relative;
	width:880px;
	top:0px;
	float:right;
	
}
#scroller2 .customScrollBox .content {
	clear:both;
}

#scroller2 .dragger_container {
	position:relative;
	width:28px;
	height:415px;
	float:left;
	background: url(../images/dragger_bg.png) repeat left top;
	cursor:s-resize;
	margin:15px 0 0 0;
}
#scroller2 .dragger {
	position:absolute;
	width:28px;
	height:25% !important;
	background: url(../images/dragger.png) repeat left top;
	text-align:center;
	line-height:25% !important;
	verflow:hidden;
	cursor:pointer; 	
}
.scrollUpBtn, .scrollDownBtn, .close_btn {
	position:absolute;
	display:block;
	width:28px;
	height:28px;
	margin:10; 
	text-decoration:none; 
	left:0;	
	text-indent:-9999px;
}

.scrollUpBtn{
	top:114px;
	background: url(../images/scroll_up.png) no-repeat left top;
}
.scrollDownBtn{
	bottom:210px;
	background: url(../images/scroll_down.png) no-repeat left top;
}
.close_btn {
	top:88px;
	background: url(../images/scroll_close.png) no-repeat left top;
}

