@charset "utf-8";

/* GALLERY */


#gallery .photo{
 margin-bottom: 30px;
  position: relative;
}

#gallery .screen{
  position: absolute;
  left: 0;
  top: 0;
   height: 600px;
 width: 600px;
}

#galleryPhoto{
 height: 600px;
 width: 600px;
}

#galleryPhoto a{
  display: block;
 height: 600px;
 width: 600px;
}


.credit{
  position: relative;
  height: 600px;
}

.credit ul{
  list-style: none;
  position: absolute;
  font-size: .85em;
  line-height: 1.4em;
  bottom: 0;
}

.credit ul li{
	margin-top: 9px;
}

#sidebar .credit #galleryCredit2,
#sidebar .credit #galleryCredit3,
#sidebar .credit #galleryCredit4{
	display: none;
}