.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 690px; /*Width of Carousel Viewer itself*/
height: 700px; /*Height should enough to fit largest contents height*/
}

.stepcarousel-tour {
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 990px; /*Width of Carousel Viewer itself*/
height: 530px; /*Height should enough to fit largest contents height*/
}


.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel-tour .belt-tour{
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: 690px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel-tour .panel-tour {
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: 990px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}



.portfolio-text {padding-bottom:1.6em}
.portfolio-title {font-size:1.1em;}
.portfolio-title a {background: no-repeat url(images/new-window.gif) top right; padding-right:20px;padding-left:3px;}
.portfolio-nav {clear:both;font-size:11.2px;}
.portfolio-nav a {padding:8px;margin:5px;}
.portfolio-nav a:hover {background-color:#226FB3;color:#ffffff}
.portfolio-nav-left {float:left;}
.portfolio-nav-right {float:right}
.panel img {padding-left:50px;}
.tour-text {padding-bottom:1.6em}
.tour-title {font-size:1.2em;padding-top:10px;padding-bottom:10px;color:#005A93;border-bottom:1px solid #6b4784;margin-bottom:10px;}
.tour-nav {clear:both;font-size:0.7em;}
.tour-nav-left {float:left;padding:2px;}
.tour-nav-right {clear:both;float:right;padding:2px;}
.tour-img-right {float:right;padding-left:15px;}
.tour-right-col {float:right;width:435px;padding-left:5px;}
.tour-left-col {float:left;width:435px;padding-right:5px;}
.portfolio-description {margin:0px;padding:0px;min-height:48px}

