#my-glider
{
	margin: 10px;
}

#my-glider2
{
	Effect.Fade('id_of_element', { duration: 3.0 });

	margin: 0px auto;
	width: 430px;
}

div.scroller 
{
	/* modify width and height of scrolling section if necessary	*/		
	margin: 0;
	width: 430px; 
	height: auto;
	overflow: hidden;
	clear: both;
}

div.scroller 
{
	/* modify width and height of scrolling section if necessary	*/		
	margin: 0;
	width: 430px; 
	height: auto;
	overflow: hidden;
	clear: both;
}

div.scroller div.section 
{
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	margin: 0;
	padding: 0;
	width: 430px;
	height: auto;
	overflow:hidden;
	float:left;
}

div.scroller div.section img 
{
	margin: 0;
	padding: 0;
}

div.scroller div.content 
{
	width: 10000px;
}

div#section2 
{
	background:#666666;
	color:#ffffff;
}

