﻿#flash {
    width: 356px;
    height: 191px;
    position: absolute !important;
    z-index: 0 !important;
}

.description {    
    margin-left: 80px;
    margin-top: 150px;
    padding: 5px;
    font-weight: bold;
    line-height: 14px;
    position: absolute !important;
    z-index: 1 !important;    
    
}

#header {
    height: 191px; 
}

.transbox
  {
  width: 45px;
  height: 15px;
  margin: 5px 5px;  
  background-color: #ffffff;
  border: 1px solid black;  
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.6;
  }


 .transbox1
  {
  width: 45px;
  height: 15px;
  margin: 5px 5px;  
  background-color: #ffffff;
  border: 1px solid black;  
  /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.6;
  }
  
  /*  SlideShoe Verticle */

h1 {
    padding-top: 50px;
    padding-bottom: 15px;
    margin-left: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #666666;
    font-weight: bold;
    position: absolute;
    z-index: 1;
}

.descriptionVerticle {    
    margin-left: 0px;
    margin-top: 150px;
    padding: 5px;
    font-weight: bold;
    line-height: 14px;
    position: absolute;
    z-index: 1;
}

#flashVerticle {
    width: 169px;
    height: 352px;
    position: absolute;
    z-index: 0;
}

#headerVerticle {
    height: 169px;
    margin-bottom: 0px;
    text-align: center;
}

 .transboxVerticle
  {
  width: 7px;
  height: 45px;
  margin: 8px 0px 0px 0px;  
  background-color: #ffffff;
  border: 1px solid black;  
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.6;
  }


 .transbox1Verticle
  {
  width: 7px;
  height: 45px;
  margin: 8px 0px 0px 0px;    
  background-color: #ffffff;
  border: 1px solid black;  
  /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.6;
  }

  
