div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 1000px; 
	height: 633px;
	overflow: hidden !important;
	border:0px solid #fc0;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:1000px;
		height:633px;
		overflow:hidden;
	overflow: hidden !important;
		float:left;
		padding:0;
                margin:0px;
                text-align:center;		
		}
	div.scroller div.content {
		width: 10000px;
		}
div#my-glider div.controls {
       color: #000;
	width: 100%;
	border: 0px solid #dedede;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	text-align: left;
        padding: 0px;
        margin:10px 0;
        overflow:auto;
text-align: center;
}

div#my-glider div.controls p {
width: 650px;
margin: auto;
text-align: center;
}

div#my-glider div.controls p a, div#my-glider div.controls p a.notlink:hover{
  background-color: #fff;
  text-decoration: none;
  color: #000;
  padding: 8px;
  margin: 0 0px;
  display: block;
  float:left;
  outline: 0px;
}

div#my-glider div.controls p a:hover{
  background-color: #111;
  color: #fff;
  text-decoration: none;
}

div.carousel {
margin: 0px;
padding: 0px;
}

.section h3, .section p {margin: 0px;}

.section p {color: #666;}