div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 130px; 
	height: 60px;
	overflow: hidden;
        float: left;
	

	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:40px;
		height:40px;
		overflow:hidden;
		float:left;
		padding:1px;
	
		}
	div.scroller div.content {
		width: 10000px;

		}


		#my-glider{
				height:60px;
				left:20px;
				margin:0;
				padding:0;
				position:absolute;
				top:75px;
				width:550px;
			}
