#project-set h2 {
	margin:0;
	padding:0;
	font-size:14px;
	color:#FFF;
}
#project-set p {
	font-size:11px;
}
#my-glider {
	width:580px;
}
#project-display {
	padding: 15px 0 0 0;
}

.controls {
	width:97px;
	margin: 0 0 0 5px;
}
.controls a {
	display: block;
	width: 95px;
	height: 63px;
	float: right;
	margin: 0 0 10px 0;
	*margin: 0 0 5px 0;	
}
/*.controls a img {
	border: 2px solid #FFF;
}*/
.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 459px;
	height: 283px;
	overflow: hidden;
	border:2px solid #FFFFFF;
}
.scroller .section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 459px;
	height: 283px;
	overflow:hidden;
	float:left;
}
.scroller .container {
	width: 10000px;
}
a.prev {
	background-image: url(../images/p-arrow-back.gif);
	background-repeat: no-repeat;
	display: block;
	width: 50px;
	height: 85px;
	margin: 80px 5px 0 0;
}
a.next {
	background-image: url(../images/p-arrow-next.gif);
	background-repeat: no-repeat;
	display: block;
	width: 50px;
	height: 85px;
	margin: 80px 0 0 5px;
}
