div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 270px; 
	height: 165px;
	overflow: hidden;
	padding:0px;
	margin:0px;
 	}
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:270px;
	overflow:hidden;
	height: auto;
	float:left;
	padding:1em;
	text-align: left;
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		 
 		}

#my-glider
{
	
 	text-decoration:none;
	color:#130f0c;
	text-align:justify;
 }

		
#my-glider a
{
 	text-decoration:none;
	color:#130f0c;
	font-weight:bold;
}


#my-glider a:hover
{
 	text-decoration:underline;
}
 
		
 

