div.scroller { /* modify width and height of scrolling section if necessary	*/
	width: 1030px;
	height: auto;
	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: 1030px;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 0em;
}
div.scroller div.content {
	width: 10000px;
	float: left;
}
.controls {
	height: auto;
	width: 150px;
	margin-top: 22px;
	margin-bottom: 22px;
	margin-right: auto;
	margin-left: auto;
}
#icon {
	height: 10px;
	width: 150px;
	text-align: center;
	float: left;
	margin-top: 22px;
	margin-bottom: 22px;
	
}
#icon ul li{
	float: left;
	width: 10px;
	height: 10px;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFF;
	border-radius: 10px;
}


#icon ul li a{
	display: block;
	height: 10px;
	width: 10px;
	float: left;
	border-radius: 10px;
}
#icon ul li a:hover {
	display: block;
	height: 10px;
	width: 10px;
	float: left;
	background-color: #FCDC73;
	border-radius: 10px;
}

#icon2 {
	height: 10px;
	width: 150px;
	text-align: center;
	float: left;
	margin-top: 22px;
	margin-bottom: 22px;
	
}
#icon2 ul li{
	float: left;
	width: 10px;
	height: 10px;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFF;
	border-radius: 10px;
}


#icon2 ul li a{
	display: block;
	height: 10px;
	width: 10px;
	float: left;
	border-radius: 10px;
}
#icon2 ul li a:hover {
	display: block;
	height: 10px;
	width: 10px;
	float: left;
	background-color: #FCDC73;
	border-radius: 10px;
}

#my-glider {
	height: auto;
	width: 1030px;
	float: left;
}
#my-glider2 {
	height: auto;
	width: 1030px;
	float: left;
}