/*
	Wp iTunes & App Store
*/

#galleryiPhone {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:480px; 
  height:410px; 
  border:1px solid #888; 
  background:#fff url(windows/win_back.gif);
  }
#galleryiPhone li {
  float:left;
  }
#galleryiPhone li a {
  display:block; 
  height:30px;
  width:480px; 
  float:left; 
  text-decoration:none; 
  border-bottom:1px solid #fff; 
  cursor:default;
  }
#galleryiPhone li a img {
  width:480px; 
  height:30px; 
  border:0;
  }
#galleryiPhone li a:hover {
  background:#eee; 
  height:320px;
  }
#galleryiPhone li a:hover img {
  height:320px;
  }

#galleryiPad {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:480px; 
  height:510px; 
  border:1px solid #888; 
  background:#fff url(windows/win_back.gif);
  }
#galleryiPad li {
  float:left;
  }
#galleryiPad li a {
  display:block; 
  height:30px;
  width:4500px; 
  float:left; 
  text-decoration:none; 
  border-bottom:1px solid #fff; 
  cursor:default;
  }
#galleryiPad li a img {
  width:480px; 
  height:30px; 
  border:0;
  }
#galleryiPad li a:hover {
  background:#eee; 
  height:360px;
  }
#galleryiPad li a:hover img {
  height:360px;
  }  