body{
  margin:0px;
  padding:0px;
}
.videomod_title {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#666;
}
.videomod_morelink {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#666;
}
.stepcarousel {
  position: relative; /*leave this value alone*/
  overflow: scroll; /*leave this value alone*/
  width: 404px; /*Width of Carousel Viewer itself*/
  height: 120px; /*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-left: 0px; /*margin around each panel*/
  margin-right: 0px; /*margin around each panel*/
  margin-top: 10px; /*margin around each panel*/
  margin-bottom: 10px; /*margin around each panel*/
  width: 134px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
  background-color:transparent;
}
#mygallery {
  overflow: hidden;
}
.panel {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 11px;
}
.gradientbg {
  background-image: url(/cc-common/templates/t2modules/carousel/sliderBG.jpg); 
  background-repeat: repeat-x; 
  background-position: bottom left;
}
#panelTitle {
  padding:0;
  margin:0;
  width:130px;
  height:15px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  color:#fff;
  background-color:#000;
  text-align:center;
  vertical-align:bottom;
  overflow:hidden;
}
.innerPanel{
  background-color:#000;
  width:130px;
  height:106px;
}