#my-glider {
    width: 860px;
    height: 330px;
    position: relative;
    left: -7px;
}
div.scroller {
	/* modify width and height of scrolling section if necessary	*/
	width: 860px;
	height: 330px;
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/
		width:860px;
		height:330px;
		overflow:hidden;
		float:left;
		padding:0em;
		}
	div.scroller div.content {
		width: 10000px;
        text-align: center;
		}

    div.scroller img { border: none; margin-left: -4px; }
