/*
-----------------------------------------------
Photo Gallery Templates: Main Style Sheet
Author:   Douglas Bowman
Version:  1.0.1 - 24 Aug 2005
The design and Movable Type templates that 
build these pages are available for anyone to 
download and use:
http://stopdesign.com/templates/photos/
----------------------------------------------- */

body {
  background:#000;
  margin:0;
  padding:0;
  }


.photosolo #content {
  padding:0px;
  }

/* =Photos
----------------------------------------------- */

.slides a, .slides a:visited, .slides a:hover, .useslides a.images, .useslides a.images:visited, .useslides a.images:hover {
  background-repeat:no-repeat;
  background-position:50% 344px;
  display:block;
  width:92px;
  height:70px;
  padding:25px 17px 28px 14px;
  border-width:0;
  text-align:center;
  }



/* =Individual photo
----------------------------------------------- */
#main {
  text-align:center;
  }
  
p#photo {
  background:#000;
  margin:0 0 0px 0;
  border-width:0;
  background:#000 url('/images/loading2.gif') 50% 50% no-repeat;
  }

#prev, #next {
  position:absolute;
  float:none;
  top:0px;
  left:0;
  width:50%;
  margin:0;
  text-align:right;
  font-size:85%;
  line-height:1.6em;
  font-weight:bold;
  }
#next {
  left:auto;
  right:0;
  text-align:left;
  }
#prev p {
  float:right;
  margin:0 0 0 0;
  padding:0 12px 0 0;
  }
#prev>p {
  padding-right:344px;
  }
#next p {
  background-position:344px 0;
  float:left;
  margin:0 0 0 0;
  padding:0 0 0 344px;
  }

.slides p a em {
  position:absolute;
  top:0;
  left:auto;
  right:-344px;
  width:344px;
  height:644px;
  text-indent:-10000px;
  }
.slides>p a em {
  right:0;
  }
#next p a em {
  left:0;
  right:auto;
  }
.v .slides p a em {
  width:344px;
  height:540px;
  }
#prev a em {
  background:url("../images/photonav_prev.gif") no-repeat 50% -100px;
  }
#prev a>em {
  background-image:url("../images/photonav_prev.png");
  }
#next a em {
  background:url("../images/photonav_next.gif") no-repeat 50% -100px;
  }
#next a>em {
  background-image:url("../images/photonav_next.png");
  }
#prev a:hover em, #next a:hover em, #prev a:active em, #next a:active em {
  background-position:50% 0px;
  cursor:pointer;
  }


