.slideshow {
    width: 813px; 
    height: 195px; 
    margin-bottom: 10px;
    border-style:solid;
    background: #ffffff;    
    border-style:solid;
    border-width:1px;
    border-color: #aaaaaa;
    -moz-box-shadow: 3px 3px 4px #aaa;
    -webkit-box-shadow: 3px 3px 4px #aaa;
    box-shadow: 3px 3px 4px #aaa;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#aaaaaa')";
    /* For IE 5.5 - 7 */ 
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#aaaaaa');
}

.slidetitle {
    margin-top: 0px;
    width: 800px;
    text-align: center;
    font-weight: bold;
    font-size: 2.0em;
    margin-bottom: 10px;
    color: #000000;
}

.slide1 {
  background : url(retain.jpg) no-repeat;
  float: left;
  width: 310px; 
  height:195px;
  padding-left: 50px;
}

.slide2 {
  background : url(restore.jpg) no-repeat;
  float: left;
  width: 305px; 
  height: 195px;
}

.slide3 {
  background: url(reduce.jpg) no-repeat;
  float: left;
  width: 280px; 
  height: 195px;
}

.slidetext {
  font-size: 1.7em;
  float: left;
  width: 225px; 
  height: 150px;
  padding-left: 40px;
  padding-top: 35px;
  cursor: default;
}

.navigation {
  float:left; 
  width:167px;
  height:195px;
  padding-top:0px;
  padding-bottom:0px;
  vertical-align: middle;
  border-right:1px solid #bebfbc; 
  background-color: #e7e7e7;
}

.slidenav {
   color: #747378;
   width: 180px; 
   height: 65px;
   font-size: 200%;
   font-weight: normal;
   padding-bottom: 0px;
   padding-top: 0px;
   padding-left: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   text-align: center;
   vertical-align: middle;
   cursor: pointer;
   line-height: 280%;  
}

.slidenavselected {
   background: url(arrowlg.png) no-repeat;
   color: white;
   width: 180px; 
   height: 65px;
   font-size: 220%;
   font-weight: bold;
   padding-bottom: 0px;
   padding-top: 0px;
   padding-left: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   text-align: center;
   vertical-align: middle;
   cursor: default;
   line-height: 220%;  
}
