div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 465px; 
	height: 225px;
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:465px;
		height:225px;
		overflow:hidden;
		float:left;

		}
	div.scroller div.content {
		width: 10000px;
		margin:0px;
		padding:0px;
		}

	div#section2 {
		background:#666666;
		color:#ffffff;
		}
		
		div#buttom
		{
		position:absolute;
		padding-top:90px;
		width:465px;
		}
.img_left
		{
		float:left;
		padding:5px;
		width:100px;
		}
		
		
		
.img_right
		{
		float:left;
		padding:5px;
		width:344px;
		}
		
.but_left
		{
		background-image:url(../images/pre.png);
		background-repeat:no-repeat;
		float:left;
		padding:5px;
		width:21px;
		height:21px;
		opacity:0.4;
		filter:alpha(opacity=40);
		}
.but_left:hover
		{
		background-image:url(../images/pre_o.png);
		background-repeat:no-repeat;
		float:left;
		padding:5px;
		width:21px;
		height:21px;
		opacity:100;
		filter:alpha(opacity=100);
		}
		
.but_right
		{
		background-image:url(../images/next.png);
		background-repeat:no-repeat;
		padding:2px;
		width:21px;
		height:21px;
		opacity:0.4;
		filter:alpha(opacity=40);
		}
.but_right:hover
		{
		background-image:url(../images/next_o.png);
		background-repeat:no-repeat;
		padding:2px;
		width:21px;
		height:21px;
		opacity:100;
		filter:alpha(opacity=100);
		}