div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 698px; 
	height: 465px;
	overflow: hidden;
	border:1px solid #cccccc;

	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:698px;
		height:465px;
		overflow:hidden;
		float:left;

		}
	div.scroller div.content {
	
		width: 10000px;
		}
	div#section1 {
    background: orange url(../att/gal1.jpg) no-repeat top left;
	}
	div#section2 {
    background: orange url(../att/gal2.jpg) no-repeat top left;
	}	
	div#section3 {
    background: orange url(../att/gal3.jpg) no-repeat top left;
	}		
	div#section4 {
    background: orange url(../att/gal4.jpg) no-repeat top left;
	}	
	div#section5 {
    background: orange url(../att/gal5.jpg) no-repeat top left;
	}	
	div#section6 {
    background: orange url(../att/gal6.jpg) no-repeat top left;
	}	
	div#section7 {
    background: orange url(../att/gal7.jpg) no-repeat top left;
	}		
	div#section8 {
    background: orange url(../att/Auto_2012_TOP08.jpg) no-repeat top left;
	}	
	div#section9 {
    background: orange url(../att/Auto_2012_TOP09.jpg) no-repeat top left;
	}	
	div#section10{
    background: orange url(../att/Auto_2012_TOP10.jpg) no-repeat top left;
	}	
	
		div#section11{
    background: orange url(../att/Auto_2012_TOP11.jpg) no-repeat top left;
	}	
div.transbox
  {
  width:698px; 
  height:85px;
  padding:10px;
  /*background-color:#d94402;*/
  border:none;
  position: relative;
  top:350px;
  color: #ffffff;
  background-image:url(../att/fons_m.png);
  /* for IE */
  /*filter:alpha(opacity=50);*/
  /* CSS3 standard */
  /*opacity:0.5;*/
  }
  div.transbox p
  {
  margin: 2px 2px;
  /*font-weight:bold;*/
  color:#ffffff;
  font-size:16px;
  }
  div.block
  {
	padding: 10px;
	width: 600px;
  }
  h1.box
  {
	font-size: 2em;
	text-align: left;
	background-color:transparent;
  }


