body {
	color: white;
	font-size: 14px;
	line-height: 16px;
	font-family: Skia, "Trebuchet MS", Arial;
	background-color: black;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
td  { color: white; font-size: 14px; font-family: Skia, "Trebuchet MS", Arial }
p { color: white; font-size: 14px; line-height: 16px; font-family: Skia, "Trebuchet MS", Arial }
a  { color: #87cefa; font-weight: bolder; text-decoration: none }
a:hover { color: white; font-weight: bolder; background-color: #000d7d }
h1  { color: #dcdcdc; font-size: 18px; margin: 0px; padding: 0px 0px 3px }
h2 { color: white; font-size: 22px; margin: 0px; padding: 0px }
.footer { color: #dbdbdb; font-size: 10px; }
a.footer { color: #4690ff; font-size: 10px; font-weight: bold; text-decoration: none; }
a:hover.footer { color: white; font-weight: bolder; background-color: #f00; text-decoration: none; }
.main {
	margin: 0px;
	padding: 0px;
	width: 900px;
	background-color: #333333;
	background-image: url(portfolio/portfolio-back.jpg);
	background-repeat: repeat-x;
}
.stepcarousel{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 250px; /*Width of Carousel Viewer itself*/
	height: 400px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #848CA3;
	border-right-color: #8A92A5;
	border-bottom-color: #3653C0;
	border-left-color: #3650B1;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 46px;
	background-image: url(portfolio/portfolio_19-back.jpg);
	background-repeat: repeat;
	background-color: #7A7A7A;
}

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

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*margin around each panel*/
	width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding: 0px;
}
.main .stepcarousel .panel img {
	height: 60px;
	width: 60px;
	margin-top: 5px;
	margin-right: 9px;
	margin-bottom: 3px;
	margin-left: 9px;
	padding: 0px;
}
.stepcarousel #back {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.stepcarousel #more {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
