/*

Reset
--------------------------------------------------------------------------------
Based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

*/


/*

Classes
--------------------------------------------------------------------------------

*/

.column-a {
  width: 225px;
  float: left;
}

.column-b {
  width: 490px;
  margin-left: 10px;
  float: left;
}

.column-c {
  width: 225px;
  float: right;
}

.column-bc .column-b {
  margin-left: 0;
}

.column-ab a,
.column-b a,
.column-bc a{
  color: #f30;
  text-decoration: none;
  border-bottom: 1px dotted #666;
}

.column-b a:hover,
.column-ab a:hover,
.column-bc a:hover{
  color: #666;
  border-bottom: 1px solid #666;
}

.box .column-c {
  margin-left: 10px;
  margin-bottom: 10px;
}

.box {
  border: 1px solid #dedede;
  margin-top: 10px;
  background: #fff;
}

.box-gray {
  margin-top: 10px;
  padding: 10px;
  background: #f6f6f6;
}

.box-orange-white,
.box-gray-white {
  margin-top: 10px;
  padding: 10px;
  background: #fff;
}

.box-gray-white {
  border: 4px solid #dedede;
}

.box-orange-white {
  display: block;
  border: 1px solid #f30;
}

.box-orange-white .subtitle {
  margin-top: 0;
  color: #333;
}

.box-orange-white:hover {
  background: #f2f2f2;
  /* border: 1px solid #666; */
  text-decoration: none;
}

.box-orange-white:hover .title {
  color: #666;
  text-decoration: underline;
}

.noborder {
  border: 0px !important;
}

.no-underline {
  text-decoration: none !important;
}

.center {
  text-align: center;
}

.box li {
  margin-bottom: 2px;
}

.introduction {
  margin-top: 10px;
}

.box .introduction {
  margin-top: 0;
  position: relative;
  left: -5px;
  top: -5px;
}

.background-gray {
  background-color: #f4f4f4 !important;
}

.background-white {
  background-color: #fff !important;
}

.column-b .box,
.column-bc .box {
  padding: 15px;
}

.column-ab .box {
  padding: 10px 40px 45px 40px;
}

.column-ab .box img {
  margin: 15px 0;
  text-align: center;
}

.column-a .box,
.column-c .box {
  padding: 10px;
}

form .box {
  padding: 0 !important;
}

.relative {
  position: relative;
}

.hide {
  display: none;
}

.error, .formError {
  color: #f30;
  margin: 5px 0;
}

.formError {
  margin-left: 235px;
  width: 400px;
}

.text-right {
  text-align: right;
}

.float, .float-left {
  float: left;
}

.float-right {
  float: right;
}

.align-right {
  text-align: right;
}

img.float, img.float-left {
  margin-right: 10px;
}

img.float-right {
  margin-left: 10px;
}

img.border {
  border: 1px solid #dedede;
}

.clear {
  clear: both;
}

.noclear {
  clear: none !important;
}

.hidden {
  display: none !important;
}

.print-only {
  display: none;
}

.v-align-middle {
  vertical-align: middle;
}

.visible {
  display: block !important;
}

.top {
  border-top: 0 !important;
  margin-top: 0 !important;
}

.push-up {
  padding-top: 5px !important;
}

.bottom-pad {
  margin-bottom: 10px;
}

.headroom {
  margin-top: 10px;
}

.headfeetroom {
  margin: 15px 0;
}

.required {
  color: #900;
}

.orange {
  color: #f30;
}

.access {
  background: transparent url(../images/icons/wheelchair.gif) no-repeat right -2px;
  padding-right: 22px;
}

.toggle {
  font-size: 10px;
  text-transform: uppercase;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.toggle a {
  display: block;
  float: left;
  background: #f6f6f6;
  border-right: 1px solid #dedede;
  color: #666;
  line-height: 19px;
  padding: 0 9px;
}

.toggle a.selected {
  color: #f30;
  background: #fff;
}

.orange-type {
  color: #f30; 
}

.red-type {
  color: #990000; 
}

.gray-type {
  color: #666; 
}

.small-type {
  font-size: 10px;
  color: #666;
  line-height: 15px;
}

.capitals {
  text-transform: uppercase;
}

.exhibitcredit {
  color: #666;
  font-style: italic;
}

.column-a h3,
.column-c h3 {
  font-size: 10px;
  font-weight: bold;
}

.column-a h3 {
  /* margin-bottom: 1px; */
}

.column-c h3 {
  margin-bottom: 0px;
}

.w530 .box,
.w420 .box {
  padding: 15px;
}

.w420 {
  width: 420px;
}


table.unboxed {
  border: 0;
}

table.unboxed td, table.unboxed th {
  padding-left: 0;
  border: 0;
}

table.unboxed th {
  border-bottom: 1px solid #dedede;
}

.promo { 
  font-size: 13px;
  line-height: 17px;
}

.promosmall { 
  font-size: 11px;
  line-height: 14px;
  font-weight: normal;
  color: #333;
}

.bottom-border {
  border-bottom: 1px solid #dedede;
}

/* The 'message' class is used at the bottom of forms */
.message {
  float: left;
  width: 475px;
  margin-top: 10px;
  margin-left: 16px;
}

.bigbutton {
  display: block;
  width: 458px;
  height: 48px;
  background-repeat: no-repeat;
  border-bottom: 0 !important;
  text-indent: -99999999px;
}

.bigbutton:hover {
  background-position: 0 -48px;
}

.player-loading {
  color: #ccc;
  font-style: italic;
  font-size: 12px;
}

/*

Primary navigation
--------------------------------------------------------------------------------

*/

#nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

#nav #linear {
  padding-top: 13px;
  background: transparent url(../images/nav/bg.png) repeat-x;
  height: 37px;
}

#nav h1 {
  position: absolute;
  left: 0;
  top: 0;
}

#nav h1 a {
  display: block;
  width: 144px;
  padding-top: 37px;
  height: 0;
  overflow: hidden;
  background: transparent url(../images/nav/items.gif) no-repeat;
}

#nav .primary {
  position: absolute;
  left: 198px;
  top: 0;
}

#nav .primary li {
  display: block;
  float: left;
}

#nav .primary a {
  display: block;
  height: 0;
  padding-top: 35px;
  overflow: hidden;
  background-image: url(../images/nav/items.gif);
}

#nav .primary a:hover, #nav .primary .open a {
  background-color: #f5f5f5;
}

#nav .visit {
  width: 81px;
  background-position: -144px 0;
}

#nav .explore {
  width: 119px;
  background-position: -225px 0;
}

#nav .learn {
  width: 95px;
  background-position: -344px 0;
}

#nav .give {
  width: 118px;
  background-position: -439px 0;
}

#nav .shop {
  width: 84px;
  background-position: -557px 0;
}

#nav .visit:hover, #nav .open .visit {
  background-position: -144px -37px;
}

#nav .explore:hover, #nav .open .explore {
  background-position: -225px -37px;
}

#nav .learn:hover, #nav .open .learn {
  background-position: -344px -37px;
}

#nav .give:hover, #nav .open .give {
  background-position: -439px -37px;
}

#nav .shop:hover, #nav .open .shop {
  background-position: -557px -37px;
}

#nav .search {
  position: absolute;
  right: 84px;
  top: 7px;
}

#nav .ps1-holder {
  position: absolute;
  top: 0;
  right: 4px;
  width: 42px;
}

#nav .ps1 {
  display: block;
  width: 64px;
  height: 0;
  padding-top: 35px;
  overflow: hidden;
  background-image: url(../images/nav/items.gif);
  background-position: -646px 0;
}

#nav .ps1 a:hover, #nav .open .ps1 {
  background-position: -646px -37px;
  background-color: #f5f5f5;
}

#nav .subnav {
  display: none;
  position: absolute;
  bottom: 0px;
  padding: 0 17px 0 0;
}

#nav .subnav li.separator {
  border-top: 1px solid #dedede;
  margin-top: 10px;
  padding-top: 10px;
}

#nav .subnav .left {
  float: left;
  width: 17px;
  height: inherit;
  background: transparent url(../images/nav/subnav.png) no-repeat top left;
}

#nav .subnav ul {
  float: left;
  background: transparent url(../images/nav/subnav.png) no-repeat top right;
  padding: 15px 28px 10px 0;
  font-size: 14px;
  line-height: 24px;
}

#nav #subnav-ps1 {
  width: 245px;
  right: -46px;
}

#nav #subnav-ps1 .content {
  float: left;
  background: transparent url(../images/nav/subnav.png) no-repeat top right;
  padding: 15px 28px 10px 0;
  font-size: 14px;
  line-height: 24px;
  width: 200px;
}

#nav .subnav li {
  background: #f5f5f5;
}

#nav .subnav a {
  color: #000;
}

#nav .subnav a:hover {
  text-decoration: none;
  color: #f30;
}



/*

Features grid
-------------------------------------------------------------------------------

*/

#features.size-2  { height: 300px; }
#features.size-3  { height: 300px; }
#features.size-4  { height: 300px; }
#features.size-5  { height: 300px; }
#features.size-6  { height: 300px; }
#features.size-7  { height: 300px; }
#features.size-8  { height: 300px; }
#features.size-9  { height: 300px; }
#features.size-10 { height: 300px; }

#features {
  width: 520px;
  position: relative;
}

#features .feature {
  color: #fff;
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: 1;
}

#features .feature:hover {
  text-decoration: none;
}

#features .hovered {
  z-index: 4;
}

#features .caption {
  display: block;
  padding: 10px;
  cursor: pointer;
}

#features .label {
  display: block;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}

#features .hovered .label {
  color: #333;
}

#features .title {
  display: block;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 18px;
}

#features .hovered .title {
  color: #333;
}

#features .size-2x4.hovered .title,
#features .size-4x4.hovered .title {
  color: #fff;
  text-decoration: underline;
}

#features .size-2x4.hovered .label,
#features .size-4x4.hovered .label {
  color: #fff;
}

#features .size-2x4.hovered .orange,
#features .size-4x4.hovered .orange {
  color: #f30;
}

#features .size-6x4 .title {
  color: #fff;
}

#features .size-6x4 img {
  visibility: hidden;
}

#features .size-6x4 img.visible {
  visibility: visible;
}

#features .hovered .content {
  color: #666;
}

#features .description {
  display: block;
  color: #000;
  font-size: 12px;
  padding-top: 3px;
  opacity: .1;
  zoom: 1;
  filter:alpha(opacity=10);
}

#features .overlay {
  float: left;
  z-index: 4;
}

#features .overlayright {
  float: right;
  z-index: 4;
}

#features .size2x4 .description,
#features .size4x4 .description {
  color: #fff;
}

.JS_enabled #features .description {
  visibility: hidden;
}

.JS_enabled #features .hovered .description {
  visibility: visible;
}

#features .size-6x4 { width: 520px; height: 300px; }
#features .size-4x4 { width: 520px; height: 300px; }
#features .size-2x4 { width: 520px; height: 300px; }
#features .size-2x2 { width: 520px; height: 300px; }
#features .size-2x1 { width: 520px; height: 300px; }
#features .size-1x3 { width: 520px; height: 300px; }

#features .col-a { left: 0; }
#features .col-b { left: 165px; }
#features .col-c { left: 330px; }
#features .col-d { left: 495px; }

#features .row-1  { top: 0; }
#features .row-2  { top: 90px; }
#features .row-3  { top: 180px; }
#features .row-4  { top: 270px; }
#features .row-5  { top: 360px; }
#features .row-6  { top: 450px; }
#features .row-7  { top: 540px; }

#features .size-2x4:hover,
#features .size-4x4:hover {
  color: #fff;
}

#features .size-2x4 .holder,
#features .size-4x4 .holder,
#features .size-6x4 .holder {
  position: relative;
  display: block;
  height: 300px;
}

#features .size-2x2 .holder {
  position: relative;
  display: block;
  height: 300px;
}

#features .size-2x4 .holder {
  width: 520px;
}

#features .size-4x4 .holder {
  width: 520px;
}

#features .size-6x4 .holder {
  width: 520px;
}

#features .size-6x4 img {
  position: absolute;
  top: 0;
  left: 0;
}

#features .size-6x4 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: 520px;
  padding: 10px;
  background: transparent url(images/feature/semiblack.png);
  z-index: 10;
}

#features .size-6x4 .overlayright {
  position: absolute;
  top: 0;
  right: 0;
  height: 300px;
  width: 520px;
  padding: 10px;
  background: transparent url(images/feature/semiblack.png);
  z-index: 10;
}

#features .size-4x4 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: 520px;
  padding: 10px;
  z-index: 15;
}

#features .size-6x4 .overlay li,
#features .size-6x4 .overlayright li  {
  line-height: 20px;
}

#features .size-4x4 .overlay li {
  line-height: 20px;
}

#features .size-6x4 a {
  color: #fff;
}

#features .size-4x4 a {
  color: #fff;
}

#features .content {
  display: block;
  padding: 10px;
}

#features img {
  vertical-align: top;
}

#features .size-2x4 .caption,
#features .size-4x4 .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}

#features .size-2x4 .caption {
  width: 300px;
}

#features .size-4x4 .caption {
  width: 520px;
}

#features .size-2x4 .title,
#features .size-4x4 .title {
  font-weight: bold;
  font-size: 16px;
}

#features .size-2x2 img,
#features .size-2x1 img {
  position: absolute;
  top: 0;
  right: 0;
}

#features .size-2x2 .image-first img,
#features .size-2x1 .image-first img {
  left: 0;
  right: auto;
}

#features .size-2x2 .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 520px;
  z-index: 5;
}

#features .size-2x2 .image-first .caption {
  right: 0;
  left: auto;
}

#features .size-2x2 .description {
  padding-top: 15px;
}

#features .size-2x1 .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 520px;
  z-index: 5;
}

#features .size-2x1 .image-first .caption {
  right: 0;
  left: auto;
}

#features .size-2x1 .no-image .caption {
  width: 520px;
}

#features .size-1x3 .caption {
  height: 300px;
}

#features .size-1x3 img {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
}

#features .size-1x3 .caption,
#features .size-1x3 .image-first img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
}

#features .size-1x3 .image-first .caption {
  top: 170px;
}

#features .transition {
  z-index: 3;
}

#features .hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}

#features .fill {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  background: #000;
  opacity: 0.25;
  zoom: 1;
  filter:alpha(opacity=25);
  z-index: 4;
}

#features .size-6x4 .fill {
  width: 520px;
  height: 300px;
}

#features .size-4x4 .fill {
  width: 520px;
  height: 300px;
}

#features .size-2x4 .fill {
  width: 520px;
  height: 300px;
}

#features .size-2x2 .fill {
  width: 520px;
  height: 300px;
}

#features .size-2x1 .fill {
  width: 520px;
  height: 300px;;
}

#features .size-1x3 .fill {
  top: auto;
  bottom: 0;
  width: 520px;
  height: 300px;
}

#features .size-2x2 .image-first .fill {
  left: 0;
  right: auto;
}

#features .size-1x3 .image-first .fill {
  top: 0;
  bottom: auto;
}

#features .size-2x2 .outline {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #dedede;
  width: 520px;
  height: 300px;
  z-index: 4;
}

#features .hovered .hover,
#features .hovered .fill {
  display: block;
}

#features .no-image .fill {
  display: none;
}

#features .hovered .outline {
  display: none;
}

/* ------------------ SETS OPACITY FOR HORIZONTAL FEATURE OVERLAY --------- */
  /* ------------------ ALSO IN showCaption: function() IN MOMA.JS --------- */

#features .bottom-caption .fill {
  display: block;
  opacity: 0.6;
  filter:alpha(opacity=60);  
}


/*

Search form
-------------------------------------------------------------------------------

*/

.JS_SearchForm .input {
  font: 12px/12px "helvetica neue", arial, sans-serif;
  float: left;
  width: 135px;
  height: 19px;
  padding: 5px 4px 0 4px;
  border: 0;
  background: #fff url(../images/nav/search.png) no-repeat;
}

.no-search {
  background: #fff url(../images/nav/search-no-search.png) no-repeat !important;
}

.wide .input {
  width: 250px;
}

.calendar-search .input {
  width: 117px;
}

.JS_SearchForm .focus {
  background-position: 0 -24px;
}

.JS_SearchForm .button {
  float: left;
  width: 24px;
  height: 0;
  padding-top: 24px;
  overflow: hidden;
  border: 0;
  background: #fff url(/images/nav/search.png) no-repeat top right;
  cursor: pointer;
}

.JS_SearchForm .button-hover {
  background: #fff url(/images/nav/search.png) no-repeat bottom right;
}

/*

Promotions
-------------------------------------------------------------------------------

*/

.JS_Promotions {
  height: 185px;
  margin: 10px 0 0 0;
  background: #f0f0ee;
}

.JS_Promotions .next,
.JS_Promotions .prev {
  width: 10px;
  background-color: #a9a9a9;
  background-repeat: no-repeat;
  text-indent: -9999px;
  outline: none;
  height: 185px;
  background-position: 0 85px;
}

.JS_Promotions .next:hover,
.JS_Promotions .prev:hover {
  background-color: #999;
}

.JS_Promotions .next:active,
.JS_Promotions .prev:active {
  background-color: #666;
}

.JS_Promotions .prev {
  float: left;
  background-image: url(/images/promotions/prev.png);
}

.JS_Promotions .next {
  float: right;
  background-image: url(/images/promotions/next.png);
}

.JS_Promotions .disabled,
.JS_Promotions .disabled:hover,
.JS_Promotions .disabled:active {
  cursor: default;
}

.JS_Promotions .disabled,
.JS_Promotions .disabled:hover,
.JS_Promotions .disabled:active {
  background-color: #dedede;
}


.JS_Promotions .content {
  float: left;
  position: relative;
  width: 954px;
  height: 189px;
  overflow: hidden;
}

.JS_Promotions .relative {
  
}

.JS_Promotions .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 9999px;
}

.JS_Promotions .item {
  float: left;
  width: 223px;
  height: 163px;
  margin: 10px 0 0 12px;
  border: 1px solid #dedede;
  background: #fff;
}

.JS_Promotions .with-image:hover,
.JS_Promotions .without-image:hover {
  background: #f2f2f2;
  text-decoration: none;  
}

.JS_Promotions .with-image:hover .title,
.JS_Promotions .without-image:hover .title {
  text-decoration: underline;  
}

.JS_Promotions .without-image:hover {
  background: #f2f2f2 url(../images/promotions/raquo.gif) no-repeat right bottom;
}


.JS_Promotions .with-image .description {
  display: block;
  height: 32px;
  color: #333;
  padding: 8px 10px;
  line-height: 17px;
}

.JS_Promotions .without-image {
  background: #fff url(../images/promotions/raquo.gif) no-repeat right bottom;
}

.JS_Promotions .without-image .title {
  display: block;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.JS_Promotions .without-image .description {
  display: block;
  padding: 0 10px;
  font-size: 13px;
  color: #333;
  line-height: 17px;  
}


/*

Image caption
--------------------------------------------------------------------------------

*/

div.image-caption {
  position: absolute;
  visibility: hidden;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  padding: 6px 8px;
  text-align: left;
  z-index: 7;
}

.image-caption a {
  color: #fff;
  text-decoration: underline;
}

.image-caption-bg {
  position: absolute;
  background: #333;
  border: 1px solid #dedede;
  /* opacity:0.9; */
  zoom: 1;
  /* filter:alpha(opacity=90); */
  z-index: 5;
}

a.image-caption {
  position: absolute;
  padding: 0 4px 0 5px;
  font-size: 10px;
  color: #fff;
  line-height: 11px;
  z-index: 6;
}

a.flickr-caption {
  padding: 0 1px 0 2px;
}


/*

Date selector

*/

#calendar h3 {
  font-size: 13px !important;
  font-weight: bold !important;
  margin-top: 0 !important;
  float: left;
  *margin-bottom: 3px;
}

#calendar .month-nav {
  float: right;
}

#calendar .month-nav a {
  margin-left: 10px;
}

#calendar table {
  margin-top: 5px;
  border-left: 0 !important;
  border-top: 1px solid #dedede;
}

#calendar th, #calendar td {
  font-size: 12px;
  border: 0 !important;
  padding: 0;
  text-align: center;
  line-height: 23px;
}

#calendar td a {
  display: block;
  width: 29px;
}

#calendar td a:hover {
  text-decoration: none;
  background: #f2f2f2;
}

#calendar .closed {
  color: #ccc;
}

#calendar .closed:hover {
  color: #999;
}

#calendar .today,
#calendar .today:hover {
  background: #f30;
  color: #fff;
  width: 23px;
  line-height: 21px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#calendar .selected,
#calendar .selected:hover {
  background: #666;
  color: #fff;
  width: 23px;
  line-height: 21px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#calendar th {
  color: #f30;
}

/*

Page-specific social actions

*/

#top-nav .social a {
  display: block;
  float: left;
  width: 20px;
  height: 0;
  padding-top: 20px;
  overflow: hidden;
  vertical-align: top;
}

#bookmark {
  background: transparent url(/images/common/share.png) no-repeat;
  margin: 0 0 0 5px  !important;
}

#bookmark:hover {
  background-position: 0 -20px;
}

#bookmark:active {
  background-position: 0 -40px;
}

#share {
  background: transparent url(/images/common/share.png) no-repeat right top;
  margin: 0 !important;
}

#share:hover, #share.active {
  background-position: -20px -20px;
}

#share:active {
  background-position: -20px -40px;
}

/*

Sharing buttons

*/

.ss-add-item {
  display: none;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  color: #f30 !important;
  background: transparent url(/images/common/ss-add-item-light.gif) no-repeat !important;
  padding-left: 22px;
}

.ss-add-item:hover {
  color: #333 !important;
  background: transparent url(/images/common/ss-add-item-light.gif) no-repeat 0 -30px !important;
}

#list-view-items.ss-medium .ss-add-item {
  background-image: url(/images/common/ss-add-item-medium.gif) !important;
}

#list-view-items.ss-dark .ss-add-item {
  background-image: url(/images/common/ss-add-item-dark.gif) !important;
}

#list-view-items li:hover .ss-add-item,
#list-view-items li.hoverState .ss-add-item {
  background-image: url(/images/common/ss-add-item-dark.gif) !important;
}


#list-view-items.ss-dark li:hover .ss-add-item,
#list-view-items.ss-dark li.hoverState .ss-add-item {
  background-image: url(/images/common/ss-add-item-light.gif) !important;
}

.JS_enabled .ss-add-item {
  display: block;
}

.ss-no-text {
  width: 20px;
  height: 0;
  overflow: hidden;
  padding-top: 20px;
  padding-left: 0;
}

.ss-send-to-phone {
  display: block;
  width: 19px;
  height: 0;
  overflow: hidden;
  padding-top: 14px;
  background: transparent url(/images/common/ss-send-to-phone.png) no-repeat !important;
}

.ss-phone-enabled .ss-send-to-phone {
  
}

/*

Expander

*/

.JS_Expander table {
  margin: 0;
}


/*

Slimbox

*/

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/images/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/*

Share widget

*/

#MoMAShareWidget{
  display: none;
  height:193px;
  position:absolute;
  right: 0;
  top: 1px;
  width:234px;
  font-size:12px;
  z-index: 100;
} 

#MoMAShareByWidgetControls{
  background: #f5f5f5;
  border-left: 4px solid #666;
  border-right: 4px solid #666;
  border-top: 4px solid #666;   
  padding-bottom: 5px; 
  /*padding-top:6px;
  padding-left:7px;
  padding-bottom:1px;
  background-image:url(/images/share/widget_background_top.png)*/
}
#MoMAShareByEmail, #MoMAShareBySMS{
  width:196px;
  height:22px;
  /*border:1px solid #3F494F;*/
  line-height:22px;
  background-image: url(/images/share/email_sms_sprite.gif);
  background-repeat: no-repeat;
  color:#333;
  cursor:pointer;
}

#MoMAShareByEmail{
  padding-left:26px;
  /*background-position: 1px 0;*/
}

#MoMAShareByEmail:hover{
  background-position: 0 -24px;
  text-decoration: underline;
}

#MoMAShareBySMS{
  padding-left:26px;
  background-position: 0 -48px;
}

#MoMAShareBySMS:hover{
  background-position: 0 -72px;
  text-decoration: underline;
}

#MoMAShareServices{
  width:208px;
  border-left: 4px solid #666;
  border-right: 4px solid #666;
  border-bottom: 4px solid #666;   
  border-top: 1px solid #666;   
  background: #f5f5f5; 
  padding: 2px 5px 7px 13px;    
  /*padding-left:7px;
  padding-bottom:13px;
  background-image:url(/images/share/widget_background_bottom.png);
  background-position: 0 bottom;*/
}

#MoMAShareServices .wrapper {
  padding-top: 4px;
}

#MoMAShareServicesControl{
  width:222px;
  padding: 2px 0 0 13px;
  /*border: 1px solid #3F494F;*/
  color:#E5E1DE;
}

#MoMAShareServicesControl a{
  display: block;
  width:85px;
  height:18px;
  padding-left:26px;
  line-height:18px;
  float:left;
  background-repeat:no-repeat;  
  color:#333;
  margin:5px 0;
}

#MoMAShareServicesControl a:hover{
  text-decoration: underline;
}

#MoMAShareTwitter{
  background-image:url(/images/share/twitter.gif);
  background-position: 6px 2px;
}

#MoMAShareDelicious{
  background-image:url(/images/share/delicious.gif);
  background-position: 6px 2px;  
}

#MoMAShareFacebook{
  background-image:url(/images/share/facebook.gif);
  background-position: 6px 2px;  
}

#MoMAShareGoogle{
  background-image:url(/images/share/google.gif);
  background-position: 6px 2px;  
}


/*

Browser support

*/

#browser-support {
  border: 2px solid #f30;
  padding: 10px;
  margin: 10px 0;
}

#browser-support .terse {
  display: none;
}

#browser-support.terse .verbose {
  display: none;
}

#browser-support.terse .terse {
  display: block;
}

#browser-support a {
  color: #f30;
  border-bottom: 1px dotted #666;
  text-decoration: none;
}

#browser-support a:hover {
  color: #666;
  border-bottom: 1px solid #666;
  text-decoration: none;
}
