div#portfolio {
	margin-top:15px;
	position:relative;
	top:-15px;
	float:right;
	width:350px;
	height:160px;
}

#gliderControls, #gliderControlsBG  {
	height:15px;
	width:350px;
	position:absolute;
	top:136px;
	text-align:center;
}
#gliderControlsBG {
	top:135px;
	opacity:0.75;
	-moz-opacity:0.75;
	background-color:#fff;
}
#portfolio h5 {
	margin-top:20px;
}
#portfolio div.section p {
}
div.scroller {
	/* modify width and height of scrolling section if necessary	*/
	position: relative;
	top:-55px;
	width: 350px;
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/
		width:350px;
		overflow:hidden;
		float:left;
		padding:1em;
		margin:0;
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		background:#666;
		color:#fff;
		}
	div.scroller img {
		border:none !important;
	}
