div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 720px; 
	height: 400px;
	overflow: hidden;
	border:1px solid #FFFFFF;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:720px;
		height:400px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}

	.gliderfont {
		font-family: arial;
		font-size: 13px;
		color: #FFFFFF;
			text-decoration: none;
	}
	.gliderfont:Hover {
		font-family: arial;
		font-size: 13px;
		color: #FFFF00;
			text-decoration: none;
	}

	.gliderfont1 {
		font-family: arial;
		font-size: 15px;
		color: #131C5D;
			text-decoration: none;
	}
	.gliderfont1:Hover {
		font-family: arial;
		font-size: 15px;
		color: #131C5D;
			text-decoration: none;
	}
	
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		color:#41413F;
		}
    div#section4 {
		color:#41413F;
		}
