div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 565px;
	height: 240px;
	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:555px;
	height:240px;
	float:left;
	padding:12px;
		}
	div.scroller div.content {
		width: 10000px;
		}

#my-glider .controls {
	float: right;
	height: 240px;
	width: 251px;
}
#my-glider {
	width: 850px;
	margin: 0px auto 20px auto;
	background-image: url(../images/box2.png);
	background-repeat: no-repeat;
	background-position: top left;
}


*{
padding:0px;
margin:0px;
border:0px;
}

div.scroller {
	background-repeat:no-repeat;
	background-position:center left;
		}

body{
background-color:#e7e8eb;
}
#center {
width:908px;
margin:auto;
}
#section1 {
	padding: 10px;
}
.floatleft {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

.scroller a:link{color:#000033; text-decoration:underline;}
.scroller a:visited{color:#000033;}
.scroller a:hover{text-decoration:none;}
.scroller a:active{color:#000033;}
