#myScroller { overflow:hidden; }
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	/*height:229px;*/
	overflow:hidden;
	width:739px;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		float:left;
		/*height:229px;*/
		overflow:hidden;
		width:739px;
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		/*background:#666666;
		color:#ffffff;*/
		}
		
	#slider {
	border:0 solid #CCCCCC;
	/*height:229px;*/
	margin:0 auto 13px;
	overflow:hidden;
	position:relative;
	width:739px;
	}	

	div.slidercontrolwr {
	position:absolute;
	right:39px;
	top:199px;
	}
	div.slidercontrolwr2 {
	position:absolute;
	right:10px;
	top:199px;
	}
	.div_Text { width:180px; color:#6f6f6f; font-size:11px; }
	.div_Title { color:#4f4e4e; font-weight:bold; font-size:20px; padding-top:20px; }
	.div_Text { /*top:0px; left:0; position:absolute;*/ }
	.div_Link { padding-top:5px; padding:10px 0; padding-top:7px; padding-left:26px; background:url(../images/bak_link1.gif) no-repeat center left;}
	.div_Text a { color:#797979; font-weight:bold; }
	div#slider .controls {
	   height: 24px;
	   width: 52px;
	   margin-top: -32px;
	   padding: 4px;
	}
	div#slider .controls span {
	   display: block;
	   float: left;
	   height: 22px;
	   width: 22px;
	   cursor: pointer;
	   border: 1px solid #8dc000;
	}
	div#slider .controls span.prev {
	   background: url('../images/left_bar_button.png') no-repeat;
	}
	div#slider .controls span.next {
	   margin-left: 4px;
	   background: url('../images/right_bar_button.png') no-repeat;
	}