.marqueeWrapper {
  width:910px;
  height:284px;
  position:relative;
  overflow:hidden;
  margin:0;
  padding:0;
}

.marqueeSlideContainer {
  width:910px;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  margin:0;
  padding:0;
}

.leftShapeOverlay {
  width:266px;
  height:284px;
  font-size:0;
  background-image:url(../images/imagemarquee/leftshapeoverlay.png);
  position:absolute;
  top:0;
  left:0;
  z-index:10;
}

.bottomShapeOverlay {
  width:910px;
  height:127px;
  font-size:0;
  background-image:url(../images/imagemarquee/bottomshapeoverlay.png);
  position:absolute;
  bottom:0;
  right:0;
  z-index:20;
}


.buttonsWrapper {
  font-size:0;
  position:absolute;
  bottom:11px;
  right:17px;
  z-index:50;
}

.buttonsWrapper a {
  display:block;
  width:14px;
  height:14px;
  background-image:url(../images/imagemarquee/marquebutton.png);
  float:left;
}

.buttonsWrapper a:hover {
  background-image:url(../images/imagemarquee/marquebuttonactive.png);
}

.buttonsWrapper .marqueeActiveButton {
  background-image:url(../images/imagemarquee/marquebuttonactive.png);
  cursor:default;
}


.imageText {
  height:80px;
  padding-left:40px;
  background-image:url(../images/imagemarquee/imagetexttoprightbg.png);
  position:absolute;
  top:208px;
  left:62px;
  z-index:40;
  background-repeat: no-repeat;
  background-position: left top;
}

.imageText .textwrapImg {
  float:right;
}

.imgMarqueeTextLink {
  text-decoration:none;
}

.imageText p {
  width:808px;
  font-family:ArvoRegular, serif;
  font-size:26px;
  line-height:31px;
  color:#FFF;
  
}








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