div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 600px;
	height: 75px;
	overflow: hidden;
	border:0px solid #6a6a6a;
	background: #000000;
	}
#my-glider .floater {
	height: 75px;
	width: 600px;
	float: right;
	position: absolute;
	visibility: visible;
	clear: both;
	overflow: hidden;
}

	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:600px;
	height:75px;
	overflow:hidden;
	float:left;
	background-position: top middle;
		}
	div.scroller div.content {
	width: 10000px;
		}

	div#section1 {
		background:#000000;
		color:#ffffff;
		}
			div#section2 {
		background:#000000;
		color:#ffffff;
		}
			div#section3 {
		background:#000000;
		color:#ffffff;
		}
			div#section4 {
		background:#000000;
		color:#ffffff;
		}
        img {
		outline: none;
		}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

		a {
	outline: none;
			}
