/* CSS Document */

/************************ BEGIN PHOTOS CONTENT ************************/

#photos {
  width:980px;
  font-size:14px;
  color:#444444;
}

#photos a:link { color:#84672F; text-decoration:none; }
#photos a:visited { color:#84672F; text-decoration:none; }
#photos a:hover { color:#BEB096; text-decoration:none; }
#photos a:active { color:#84672F; text-decoration:none; }

#photos .photos_content {
  padding:30px 0 0 0;
}

.display_photo_horizontal {
  padding:50px 0 30px 170px;
  height:442px;
}

.display_photo_vertical {
  padding:2px 0 30px 170px;
  height:490px;
}

.display_photo_vertical_first {
  padding:2px 0 30px 126px;
  height:490px;
}

#display_photo .photo_showing_horizontal,
#display_photo .photo_showing_vertical {
  width:520px;
  height:348px;
  text-align:center;
}

#display_photo .photo_showing_vertical img,
#display_photo .photo_showing_horizontal img {
  border:#999999 1px solid;
}

/*#display_photo .photo_frame_horizontal,
#display_photo .photo_frame_vertical {
  float:left;
  position:absolute;
  top:260px;
  left:231px;
  background:transparent url(../images/img_photo_frame_horizontal.png) no-repeat scroll top left;
  width:522px;
  height:350px;
}

#display_photo .photo_frame_vertical {
  background:transparent url(../images/img_photo_frame_vertical.png) no-repeat scroll top left;
  width:348px;
  height:520px;
  left:315px;
  top:211px;
}*/

.photo_thumb_overlay_horizontal_on,
.photo_thumb_overlay_horizontal_off {
  float:left;
  position:absolute;
  background:transparent url(../images/photos/viewing_horizontal.png) no-repeat scroll top left;
  width:100px;
  height:67px;
}

.photo_thumb_overlay_vertical_on,
.photo_thumb_overlay_vertical_off {
  float:left;
  position:absolute;
  background:transparent url(../images/photos/viewing_vertical.png) no-repeat scroll top left;
  width:67px;
  height:100px;
}

.photo_thumb_overlay_horizontal_off {
  display:none;
}


.photo_thumb_overlay_vertical_off {
  display:none;
}

#display_photo div {
  float:left;
}

#display_photo .photo_right_arrow,
#display_photo .photo_left_arrow {
  width:24px;
  height:48px;
  cursor:pointer;
}

#display_photo .photo_left_arrow {
  background: transparent url(../images/btn_left_arrow.png) no-repeat scroll center center;
  position:absolute;
  top:400px;
  left:174px;
}

#display_photo .photo_right_arrow {
  background: transparent url(../images/btn_right_arrow.png) no-repeat scroll center center;
  position:absolute;
  top:400px;
  left:780px;
}

#display_photo .photo_right_arrow_hidden,
#display_photo .photo_left_arrow_hidden {
  visibility:hidden;
  width:44px;
  height:48px;
}

#viewing_number {
  color:#999999;
  padding:0 50px 0 0;
}

.viewing {
  text-align:right;
  width:830px;
}

ul {
}
  
li {
  vertical-align:middle;
  padding:0;
  margin:0;
  list-style:none;
}

/************************ END PHOTOS CONTENT ************************/
