#my-glider{
	width: 420px;
	height: 430px;
	float: left;
	text-align: center;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 400px; 
	height: 370px;
	overflow: hidden;
	border:2px solid #eee;
	margin: 10px auto;
	background-color: #000;	
}
div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:400px;
	height:370px;
	overflow:hidden;
	float:left;	
}
div.scroller div.content {
	width: 10000px;
}

div#section2 {
	/*Para cambiar solo la seccion 2*/
}
.controls{
	margin-top: 0px;
}
.controls a img, .controls a img:link, .controls a img:active, .controls a img:visited, .controls a img:hover{
	text-decoration: none;
	border: 0px;
	color: #000;
	border: 1px solid #eee;
}
