*{
  margin:0;
  padding:0;
}
a{
    color:#8FC2FF;
    text-decoration: none;
    outline: none;
}
img{
  border:none;
}
body {
  overflow:hidden;/*Needed to eliminate scrollbars*/
  background:#000;
  font-family: sans-serif, helvetica;
  font-size: 12px;
}
	/*Area to place content normally*/
	#content-wrapper{ 
		width:100%; 
		height:100%; 
		position:absolute; 
		top:0; 
		overflow:auto; 
		z-index:4; 
		text-align:center; 
	}
	
/* Title */
#title {
  width: 280px;
  height: 55px;
  _height: 75px;
  background-color: black;
  position: absolute;
  left: 0px;
  top: 30px;
  text-align: right;
  padding-right: 20px;
  padding-top: 20px;
  font-family: sans-serif, helvetica;
  z-index: 100;
}
#title a {
  text-decoration: none;
}
#title h1 {
  color: white;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 25px;
}
#title h1 a {
  color: white;
}
#title h1#smallText {
  color: #797979;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0px; 
}
#title h1#smallText a {
  color: #797979;
}
/*Menu*/
#menu {
  position: absolute;
  right: 0px;
  bottom: 25px;
  color: white;
  background-color: black;
  width: 385px;
  height: 33px;
  font-family: sans-serif, helvetica;
  z-index: 10;
}
#menu span {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
#menu a:hover {
  color: #808080;
  text-decoration: none;
}
#menu h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  padding-top: 6px;
  letter-spacing: -0.5px;
  padding-left: 20px;
}
#menu ul li {
  list-style: none;
  float: left;
  height: 33px;
}
#menu ul li.border {
  border-right: 1px white dotted;
}

/*Controls Section*/

#prevslide {
  background: url("back.png")/*tpa=http://www.jellinekphotography.com/images/back.png*/ no-repeat;
  width: 43px;
  height: 53px;
  z-index: 10;
  position: absolute;
  left: 10px;
  cursor: pointer;
  
}
#nextslide {
  background: url("forward.png")/*tpa=http://www.jellinekphotography.com/images/forward.png*/ no-repeat;
  width: 43px;
  height: 53px; 
  z-index: 10; 
  position: absolute;
  right: 10px;
  cursor: pointer;
}
/* Content */
#aboutMe {
  width: 600px;
  height: 200px;
  background: url("1pxbgrb.png")/*tpa=http://www.jellinekphotography.com/images/1pxbgrb.png*/;
  color: #fff;
  text-align: left;
  padding: 20px;
  display: none; 
  z-index: 5;
  position: absolute;  
}
#aboutMe h3 {
  color: white;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 5px;  
}
#myReferences {
  width: 600px;
  height: 200px;
  background: url("1pxbgrb.png")/*tpa=http://www.jellinekphotography.com/images/1pxbgrb.png*/;
  color: #fff;
  text-align: left;
  padding: 20px;
  display: none; 
  z-index: 5;
  position: absolute;  
}
#myReferences h3 {
  color: white;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 5px;  
}
#contactMe {
  width: 600px;
  height: 200px;
  background: url("1pxbgrb.png")/*tpa=http://www.jellinekphotography.com/images/1pxbgrb.png*/;
  color: #fff;
  text-align: left;
  padding: 20px;
  display: none;
  z-index: 5;
  position: absolute;   
}
#contactMe h3 {
  color: white;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 5px; 
}
#contactMe a {
  color: white;
  text-decoration: none;
}
#contactMe a:hover {
  text-decoration: underline;
}
#contactMe table td {
  padding-left: 10px;
  color: #fff;
  font-family: sans-serif, helvetica;
  font-size: 12px;
}
	
	
	/*Supersized Link*/
	.stamp{ float: right; margin: 15px 30px 0 0;}
	
	
	/*Supersize Plugin Styles*/
	#navigation{
	    float: right;
	    margin:10px 20px 0 0;
	}
	#loading {
    position: absolute;
    top: 49.5%; 
    left: 49.5%;
    z-index: 100;
    width: 24px; 
    height: 24px;
    text-indent: -999em;
    background-image: url("progress.gif")/*tpa=http://www.jellinekphotography.com/images/progress.gif*/;  
	}

	#supersized{
	    position:fixed;
	}
	#supersized img{ -ms-interpolation-mode: bicubic; }
	#supersized img, #supersized a{
	    height:100%;
	    width:100%;
	    position:absolute;
	    z-index: -1;
	}
	
	#supersized .prevslide, #supersized .prevslide img{
	    z-index: 1;
	}
	#supersized .activeslide, #supersized .activeslide img{
	    z-index: 2;
	}
	
  