div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 247px; 
	height: 247px;
	overflow: hidden;
	padding:0;
	margin:0;
	margin-top:10px;
	margin-left:25px;
	position:relative;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:245px;
		height:245px;
		overflow:hidden;
		float:left;
		padding:5px;		
		}
	div.scroller div.content {
		width: 10000px;
		}
		
		#my-glider {
		 position:relative;
		}
		
		.big {
			position:absolute;
			top:5px;
			right:25px;
			width:420px;
			height:240px;
		}
		
		.section a {
		 	cursor:pointer;
		}
		
		.next {
			position:absolute; top:130px; right:528px;
		}