div.scroller {
	/* modify width and height of scrolling section if necessary	*/
	width: 695px;
	height: auto;
	overflow: hidden;
	margin-top: 0px;
	/* needed for IE5 - displaying shop-slider */
         float:left;
	}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	width:695px;
	height:auto;
	overflow:hidden;
	float:left;
}
div.scroller div.content {
	width: 20000px;
}

div#section2 {
	background:#FFF;
}
div#section3 {
	background:#FFF;
}

div img{
         border:0px;
         margin:0px;
         }
div.button{
         width:755px;
         }

div.button #left{
         float:left;
         padding-top:85px;
         width:30px;
         }

div.button #right{
         float:right;
         padding-top:85px;
         width:30px;
         }

div.button #left_cat{
         float:left;
         padding-top:65px;
         width:30px;
         }
         
div.button #right_cat{
         float:right;
         padding-top:65px;
         width:30px;
         }   

