            
/* default link style - needed to make the :active work correctly in IE */
a, a:visited, a:hover, a:active
{
  color: #000;
}

#gallery
{
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  overflow: hidden;
  width: 921px;
  height: 341px;
  margin: 0 auto 20px auto;
}

#gallery img
{
  border: 0;
}

#gallery li
{
  float: left;
  width: 921px;
  height: 341px;
  display: none;
}

#gallery li a
{
  display: block;
  width: 921px;
  height: 341px;
  border: 0;
}

#gallery li a img
{
  display: block;
  border: 0;
}

#gallery li a img.landscape
{
  width: 921px;
  height: 341px;
}

#gallery li a img.portrait
{
  width: 921px;
  height: 341px;
}

#gallery li.current
{
  display: block;
}

