	.stepcarousel{
		position: relative; /*leave this value alone*/
		overflow: scroll; /*leave this value alone*/
		width: 950px; /*Width of Carousel Viewer itself*/
		height: 257px; /*Height should enough to fit largest content's height*/
		}

		.stepcarousel .belt{
		position: absolute; /*leave this value alone*/
		left: 0;
		top: 0;
		}

		.stepcarousel .panel{
		float: left; /*leave this value alone*/
		overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
		margin: 0px; /*margin around each panel*/
		width: 950px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
		}

		.stepcarousel .panel { margin:0 !important; }
/* slider */
#slider { margin: 0 auto; position: relative;  }
#slider h1 { color: #040404; font-size: 53px; }
.project_desc { margin: 75px 0 15px 0; width: 550px; font-size: 18px; }
.project_link { color: #0095bc; font-family: "Myriad Pro", Helvetica; font-size: 18px; }
#slider .arrows { position: absolute; bottom: 10px; right: 10px; width: 50px; overflow: hidden; }
#slider .arrows img { border: 0; }