body
{
  margin:   0px 0px 0px 0px;
}

#all
{
  margin:   0px auto;
  width:    974px;
}
/*
DIV#bannerShowWindow
{
  z-index:          101;
  position:         absolute;
  background-color: #f0f1f3;
  border:           3px solid #ffffff;
  top:              95px;
  left:             50%;
  margin-left:      152px;
  width:            342px;
  height:           470px;
}
*/
DIV#bannerShowWindow
{
  z-index:          101;
  position:         absolute;
  background-color: #f0f1f3;
  border:           3px solid #ffffff;
  top:              95px;
  left:             42%;
  margin-left:      152px;
  width:            450px;
  height:           366px;
}

DIV#bannerWindow a
{
  cursor:           pointer;
  float:            right;
  padding-right:    10px;	
  padding-top:      5px;
  color:            #000000;
  font-family:      Verdana, Tahoma, Arial, sans-serif;
  font-size:        11px;
  text-decoration:  none;
}

DIV#bannerHideWindow
{
  z-index:          101;
  position:         fixed;
  background-color: #b8b9bd;
  border:           1px solid #ffffff;
  padding:          5px;
/*  top:              100%;
  margin-top:       -27px;
  margin-left:      10px;  */
  width:            250px;
}

DIV#bannerHideWindow a
{
  cursor:           pointer;
  float:            right;
  font-weight:      bold;
  padding-right:    10px;	
  color:            #000000;
  font-family:      Verdana, Tahoma, Arial, sans-serif;
  font-size:        11px;
  text-decoration:  none;
}
DIV#bannerHideWindow a:hover
{
  text-decoration:  underline;
}
