#images_page {
  margin: 0 auto;
}

#main_wrapper_body_content { width: 990px; }


/* --------------------------------------------------------
   Main page shell definitions
   -------------------------------------------------------- */

#images_page .header_area_shell {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  height: 48px;
  width: 990px;
  z-index: 10000;
  border-radius: 5px 5px 0 0;
  border-width: 0 0 1px 0;
  border-color: transparent;
  border-style: solid;
  background: rgb(255,255,255);
  background: rgba(255,255,255,0.2);
}

#images_page .header_area_shell.pinned {
  background: rgba(255,255,255,0.90);
  border-color: #E5E5E5;
  top: 35px;
  left: auto;
}


#images_page .header_area {
  padding: 10px 0 0 0;
  position: relative;
  margin: 0 auto;
}

#images_page #main_content_area_shell {
  margin: 0;
  padding-top: 45px;
}




/* --------------------------------------------------------
   Header Area
   -------------------------------------------------------- */

#images_page .header_area .hidden_input {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}


#images_page .header_area .hidden_input {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

#images_page .header_area .form-inline {
  margin: 0 40px 0 40px;
  text-align: left;
}

#images_page .header_area .form-inline .form-item-group {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
}

#images_page .header_area .form-inline .form-item-group.ordering {
  margin-right: 25px;
}




#images_page .header_area .dropmenu .dropmenu-shell {
  padding-top: 3px;
}


#images_page .header_area .date_search {
  width: 160px;
}
#images_page .header_area .text_search {
  width: 270px;
}






/* --------------------------------------------------------
   Main Body
   -------------------------------------------------------- */


#images_page .image_list {
  padding: 10px 25px 0 27px;
  margin: 0;
}

#images_page .image_blurb .image {
  display: block;
  border: solid 1px #d5d5d5;
  border-radius: 3px;
  padding: 3px;
  background: #FFFFFF;
  width: 140px;
  height: 78px;
}


#images_page .image_blurb .info .zoom_up_image {
  min-width: 220px;
}

#images_page .image_blurb .info .zoom_up_image img {
  max-width: 220px;
  max-height: 140px;
}



#images_page .image_list .ad_area {
  width: 300px;
  height: 250px;
  margin: 12px 10px 20px 0;
  background: #E5E5E5;
  float: right;
}




#images_page .image_loader {
  border: 0;
  overflow: hidden;
  margin: 10px 20px 0 20px;
  padding: 10px 50px 20px 0;
}

#images_page .image_loader .pager_shell {
  float: right;
}









