
#portfolio #wrapper {
	background: url(gallery.jpg) no-repeat top right;
	height: 850px;
	}

#portfolio ul {
	list-style: none;
	margin-bottom: 30px;
	}
#portfolio ul li {
	font-size: 12px;
	letter-spacing: 2px;
	margin-bottom: 5px;
	text-transform: uppercase;
	}
#portfolio ul li a {
	color: #FFFFFF;
	text-decoration: none;
	}
#portfolio ul li a:hover {
	color: #FFFFFF;
	}


#gallery {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 850px;
	height: 605px;
	background-color: #FFFFFF;
	z-index: 5;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	}
#gallery p {
	padding: 5px;
	font-size: 11px;
	color: #888;
	}
.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 850px;
	height: 600px; /*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: 850px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}




