@charset "UTF-8";
/* CSS Document */

#galleryie {
  padding:0; 
  margin:0 auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:467px; 
  height:240px; 
  border:1px solid #888; 
  background:#fff url(../images/bottom_content/inthepress/big/gallerybg.png);
  background-repeat:no-repeat;
  }
#galleryie li {
  float:left;
  }
#galleryie li a {
  display:block; 
  height:240px;
  width:28px;
  overflow:hidden;
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:default;
  }
#galleryie li a img {border:0;}
#galleryie li a:hover {
  background:#eee; 
  width:320px;
  }
  
  /*/////////////////////////////////////////*/
  
  
#galleryie2 {
  padding:0; 
  margin:0 auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:556px; 
  height:240px; 
  border:1px solid #888; 
  background:#fff url(../images/bottom_content/aboutus/fraser/gallerybg2.jpg);
  background-repeat:no-repeat;
  }
#galleryie2 li {
  float:left;
  }
#galleryie2 li a {
  display:block; 
  height:240px;
  width:16px;
  overflow:hidden;
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:default;
  }
#galleryie2 li a img {border:0;}
#galleryie2 li a:hover {
  background:#eee; 
  width:320px;
  }
