#capture {
  width: 100%;
  padding: 0 0 10px 0;
  position: relative;
}

#cpt_header {
  text-align: center;
/*  border-top: solid 1px #e5e5e5;  Remove while there are no ads */
  border-bottom: solid 1px #e5e5e5;
  width: 100%;
}

#cpt_header img {
  margin: 10px 0 45px 0;
}

#cpt_menu {
  width: 100%;
  margin-top: -30px;
  position: relative;
}

/*#cpt_menu img {   */
/*  cursor: pointer;*/
/*}                 */

#cpt_menu_buttons {
  display: inline;
  font-family: Arial;
  font-size: 9px;
  font-weight: bold;
}

#cpt_menu_buttons div {
  padding: 3px 0 0;
  width: 90px;
  height: 15px;
  cursor: pointer;
  text-align: center;
}

#cpt_menu_buttons div.hover {
  color: #fff;
}

#function_buttons {
  float: right;
  width: 262px;
}

#cpt_menu_gridview_button {
  float: right;
  display: none;
}

#cpt_menu_upload_photo_button {
  float: right;
  width: 126px;
  height: 24px;
  margin-left: 20px;
}

#cpt_menu_upload_photo_button_dropdown {
  display: none;
  width: 310px;
/*height: 252px;*/
  position: absolute;
  right: 0px;
  top: 19px;
  z-index: 1;
  border: solid 1px black;
  background-color: white;
  text-align: center;
}

#cpt_menu_upload_photo_button_dropdown_upload_page {
  width: 100%;
  margin-bottom: 15px;
}

#cpt_menu_upload_photo_button_dropdown_close {
  width: 100%;
  height: 20px;
  background-color: black;
  color: white;
  font-weight: bold;
  cursor: pointer;
  bottom: 0;
  left: 0;
  position: absolute;
}

#cpt_menu_upload_photo_button_dropdown_close img {
  padding-top: 3px;
}

#cpt_view_container {
  width: 905px;
  height: 700px;
  position: relative;
/*  padding-left: 15px;*/
  margin: 30px auto 15px;
}

#cpt_gridview {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 15px;
}

#cpt_gridview img {
  width: 123px;
  height: 123px;
  margin: 1px;
  cursor: pointer;
}

#cpt_gridview_main_image {
  display: none;
/*width: 372px; */
/*height: 372px;*/
}

#cpt_gridview_main_image img {
  width: 372px;
  height: 372px;
  float: left;
}

.cpt_gridview_editors_pick_main_image {
  background: transparent url(/image/cpt_editors_pic.png) no-repeat scroll right bottom;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 354px;
  top: 354px;
}

.cpt_gridview_editors_pick_rollover_main_image {
  display: none;
  width: 69px;
  height: 11px;
  position: absolute;
  cursor: pointer;
  padding: 5px;
  background: white;
  border: solid 1px black;
  font-weight: bold;
  font-size: 9px;
  font-family: Arial;
  margin: -15px 0 0 -69px;
}

.cpt_gridview_image {
  width: 123px;
  height: 123px;
  margin: 1px;
  float: left;
  position: relative
}

.cpt_gridview_editors_pick {
  background: transparent url(/image/cpt_editors_pic.png) no-repeat scroll right bottom;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 105px;
  top: 105px;
  cursor: pointer;
  display: none;
}

.cpt_gridview_editors_pick_rollover {
  display: none;
  width: 69px;
  height: 11px;
  position: absolute;
  cursor: pointer;
  padding: 5px;
  background: white;
  border: solid 1px black;
  font-weight: bold;
  font-size: 9px;
  font-family: Arial;
  margin: -15px 0 0 -69px;
}

.pagination {
  width: 872px;
  height: 20px;
  /*right: 23px;*/
  margin: 0 auto 15px auto;
  position: absolute;
/*top: 609px;*/
  bottom: 0px;
}

#cpt_detailview {
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0px;
  display: none;
  z-index: -1;
}

#cpt_detailview_main_image {
/*  width: 661px;
  height: 419px;*/
  padding-left: 60px;
}

#cpt_detailview_info {
  width: 149px;
  color: #9d9d9d;
  font-family: Georgia;
  position: absolute;
  top: 0px;
  right: 30px;
}

#cpt_detailview_title {
  height: 15px;
  font-style: italic;
  font-size: 11px;
}

#cpt_detailview_author {
  height: 15px;
  font-weight: bold;
  font-size: 11px;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 3px;
}

#cpt_detailview_description {
  height: 15px;
  font-size: 12px;
  margin-top: 10px;
}

#cpt_detailview_photorow {
  display: none;
  width: 922px;
  height: 124px;
  margin: 0 0 15px -15px;
  position: absolute;
  bottom: -25px;
}

#cpt_detailview_photorow img {
  cursor: pointer;
}

.cpt_detailview_photorow_picture {
  width: 123px;
  height: 124px;
}

#cpt_detailview_photorow_container_left {
  position: relative;
  top: -40px;
  cursor: pointer;
/*float: left;        */
/*padding-right: 15px;*/
}

#cpt_detailview_photorow_container_right {
  position: relative;
  top: -40px;
  cursor: pointer;
/*float: right;*/
/*padding-left: 25px;*/
}


