/* content block 1 */

#scroller{ width:772px; position:absolute; left:50%; margin-left:-386px;}
#scroller .customScrollBox{	position:relative; overflow:hidden; }
#scroller .customScrollBox .container{position:relative; width:760px; top:0; float:left;}
#scroller .customScrollBox .content{clear:both; padding:20px 20px 24px 20px}

#scroller .dragger_container{
	position:relative;
	width:11px;
	padding:0 0px;
	height:100%;
	float:right;
	background:url(../images/bg_scroll_opacity.png) repeat;
	cursor:s-resize;
}

#scroller .dragger{
	position:absolute;
	width:11px;
	height:25% !important;
	background:#f6b22b;
	text-align:center;
	line-height:25% !important;
	color:#666; 
	verflow:hidden;
	cursor:pointer; 
	margin:0px 0;
}