#slideContainer
{
  /*width: 518px;*/
  width: 498px; /* 420 + 39*2 */
  float: left;
}
#slideContainer #slideShow
{
  width: 420px;
  height: 340px;
  overflow: hidden;
  position: relative;
  float: left;
}
#slideShow
{
  margin: 0px auto;
}
.largerCaption
{
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
.slide
{
  margin: 0px auto;
  width: 420px;
  height: 320px;
  line-height: 320px;
  display: inline;
  float: left;
  background: black;
  text-align: center;
}
.slide img, .slide a img
{
  border-style: none;
  vertical-align: middle;
}
.slideWrap
{
  width: 420px;
  float: left;
}
.control 
{
  display:block;
  width:39px;
  height:320px;
  cursor: pointer;
  float:left;
}
#leftControl 
{
  top:0;
  left:0;
  background:transparent url(../images/control_left2.gif) no-repeat 0 0;
}
#rightControl 
{
  top:0;
  right:0;
  background:transparent url(../images/control_right2.gif) no-repeat 0 0;
}
.slideImage
{
  max-height: 300px;
  max-width: 400px;
}
#dFlowerAttributes
{
  float: left; 
  width: 372px; /* 880 - 498 */
  margin-top: 7px;
  margin-left: 10px;
}
