@CHARSET "ISO-8859-1";
* {
font-family:helvetica,arial;
font-size:12px;
}

body, html{
  padding: 0;
  margin:0;
}

#outerBorder{
  border: none;
  width:  344px;
}

div.imgdsc{
  height:0px;
  overflow:hidden;
  width:344px;
}
div#motioncontainer img{
  border: solid 1px #000000;
  height: 41px;
}

div#master0.limitHeight img{
  height: 243px;
}

div#motioncontainer{
  margin: 0px;
  padding:0px;
  position: relative;
  width: 344px;
  height: 51px;
  overflow: hidden;
  background-color:#000000;
  /* background:url(/gfx/icons/dia_next.gif) no-repeat 20px 20px #000000; */
}

div#motiongallery{
  margin-top: 5px;
  margin-left: 0px;
  position:absolute;
  left:0px;
  top:0;
  white-space: nowrap;
}

div#outercontainer{
  background-color:#000000;
  /* background:url(/gfx/icons/dia_previous.gif) no-repeat 15px 20px #000000; */
}

div#outercontainer.passive{
  background-color: #EAEAEA;
}

div#outercontainer.passive img{
  opacity: 0.7;
  filter:alpha(opacity=70);
  }

div#outercontainer.passive a{
  cursor: auto;
}

div#outercontainer.active img{
  opacity: 1.0;
  filter:alpha(opacity=100);
}

div#outercontainer.active a{
  cursor: pointer;
}

#headName{
  padding:6px;
  margin-left: 15px;
}
#headAuthor {
  padding-left:6px;
  margin-left: 15px;
  margin-bottom: 4px;
}

