
/*Supersize Plugin Style------------s*/
* {
  margin:0;
  padding:0;
}
img {
  border:none;
}
body {
  background: black;
  overflow:hidden;/*Needed to eliminate scrollbars*/
}
#logo {
  position: absolute;
  top: 8%;
  left: 15%;
  background: url(../images/logo_transparent.png) no-repeat top left;
  width: 136px;
  height: 55px;
}
#content {
  margin:0px auto;
  height:100px;
  width:100%;
  bottom:0px;
  background-color: orange;
  opacity: .65;
  border-top:1px solid #fff;
  position:absolute;
}
#contentframe p {
 padding: 2em;
 line-height: 1.3;
 color: black;
 font: 14px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-style: italic;
 text-align: center;
}	
#contentframe a {
  color: black;
}
#contentframe a:hover {
  text-decoration: none;
}
/*Supersize Plugin Styles*/

#supersize img,
#supersize a {
  display: none;
  width: 100%;
}
#supersize .activeslide, 
#supersize .activeslide img {
  display:inline;
}
