div#portfolio-glider #glider-next-project{
	width: 780px;
	text-align: right;
	margin:  0;
	padding: 0;
}
	div#portfolio-glider #glider-next-project{
		float: left;
		width: 795px;
	}
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 800px; 
	height: 340px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:800px;
		height:355px;
		overflow:hidden;
		float:left;
		padding:0;	
		margin: 0;	
		}
	div.scroller div.content {
		width: 10000px;
		}
