div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 600px;
	height: 320px;
	overflow: hidden;
	margin-top: 100px;
	}
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:600px;
	height:320px;
	overflow:hidden;
	float:left;
	color: #FFF;
	margin-top: 10px;
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		color:#ffffff;
		}
.my-glider {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.glider_navigation {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFF;
}

.glider_navigation a:link {
	color: #FFF;
	text-decoration: none;
}
.glider_navigation a {
	font-weight: bold;
}
.glider_navigation a:visited {
	text-decoration: none;
	color: #FFF;
}
.glider_navigation a:hover {
	text-decoration: none;
	color: #FFF;
}
.glider_navigation a:active {
	text-decoration: none;
	color: #FFF;
}
