div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 960px; 
	height: 400px;
	overflow: hidden;
	border:0;
	padding: 0;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:960px;
		height:400px;
		overflow:hidden;
		float:left;
		padding: 0;		
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section1 {
		width: 960px;
		height: 400px;
		background-image: url(../images/billboard/beautify.jpg);
		color:#666666;
		padding: 60px 0 0 500px;
		}
	div#sectionMove {
		width: 960px;
		height: 400px;
		background-image: url(../images/billboard/onthemove.jpg);
		color:#FFFFFF;
		padding: 60px 0 0 400px;
		}
	div#section3 {
		width: 960px;
		height: 400px;
		background-image: url(../images/billboard/indulge.jpg);
		color:#666666;
		padding: 60px 0 0 500px;
		}
	div#sectionShop {
		width: 960px;
		height: 400px;
		background-image: url(../images/billboard/shop.jpg);
		color:#666666;
		padding: 0;
		}	
	div#sectionShop2 {
		width: 960px;
		height: 400px;
		background-image: url(../images/billboard/promo.jpg);
		color:#666666;
		padding: 120px 0 0 540px;
		}			
