div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	float:left;
	width:284px;
	height:90px;
	margin-left:20px;
	overflow:hidden
	
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		float:left;
		width:320px;
		height:90px;
		overflow:hidden	
		}
	div.scroller div.content1 {
		width: 10000px;
		}

	div.scroller div.section .box{
		float:left;
		width:154px;
		height:90px
		}
							
	div.scroller div.section .box span{
		float:left;
		width:130px;
		height:30px;
		font:11px Arial, Helvetica, sans-serif;
		margin-top:5px
		}
							
	.button{
		margin:0 auto;
		clear:both;
		width:284px;
		height:30px;
		background:url(../images/bg_pannel_button.jpg) 15px repeat-x
		}
							
	.button .imgLeft{
		float:left;
		width:25px;
		margin:3px 0 0 105px;
		background:#FFFFFF;
		padding:0 5px
		}
								
	.button .imgRight{
		float:left;
		width:25px;
		margin:3px 0 0 0;
		background:#FFFFFF;
		padding:0 5px
		}
								
									
