@charset "utf-8";
/* CSS Document */

.stepcarousel{
position: absolute; /* leave this value alone*/
/* border: 10px solid black; */
overflow: scroll; /*leave this value alone*/
width: 975px; /* Width of Carousel Viewer itself*/
height: 340px; /* Height should enough to fit largest content's height*/
bottom: 0px;
}

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

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

.stepcarousel_paginate
{
   position: absolute;
   width: 100px;
   height: 20px;
   margin: 0 auto;
   text-align: center;
   bottom: 14px;
   right: 100px;
   z-index: 3;
}

/* ============= PANEL STYLES ================ */
div.featurecopy
{
  height: 340px;
}
div#feature01 div.featurecopyimage,
div#feature02 div.featurecopyimage,
div#feature03 div.featurecopyimage,
div#feature04 div.featurecopyimage
{
  width: 720px;
  height: 340px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
div#feature01 div.featurecopyimage { background-image: url(../images/carousel_01.jpg); }
div#feature02 div.featurecopyimage { background-image: url(../images/carousel_02.jpg); }
div#feature03 div.featurecopyimage { background-image: url(../images/carousel_03.jpg); }
div#feature04 div.featurecopyimage { background-image: url(../images/carousel_04.jpg); }

div.featurecopy h2
{
  width: 380px;
  margin-bottom: 8px;
  font-size: 24px;
  color: #3A4A54;
  font-weight: normal;
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
div.featurecopy p
{
  position: relative;
  width: 388px;
  z-index: 2;
  font-size: 14px;
  color: #3A4A54;
  line-height: 140%;
  margin-bottom: 8px;
}
div.featurecopy p a
{
  display: block;
  background-image: url(../images/framework/header_button.gif);
  width: 168px;
  height: 40px;
  line-height: 39px;
  font-weight: bold;
  text-align: center;
  color: #69BE32;
  font-size: 18px;
  text-decoration: none;
}






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

