#wrapper {
  width:100%;
  margin:60px auto 0;
}
  #header {
    background:#242424 url(/images/hosted/tiled/header_bg.png) !important;
    border-color:#555555;
    border-style:solid;
    border-width:1px 0;
    height:auto;
    min-height:30px;
    max-height:90px;
/*    position:absolute;*/
    width:100%;
    left:0px;
/*    top:50px;*/
    padding:10px 0px;
  }
    #header .content {
      width:850px;
      margin:0 auto;
    }
  #page_content {
    width:980px;
    margin:0 auto 0;
  }

#content {
}
#videos {
  position:relative;
  padding-left:50px;
/*  height:520px;*/
}
  #videos.loading {
    background:transparent url(/images/hosted/tiled/indicator.gif) no-repeat scroll 50% 42%
  }
#videos #video_thumbs {
  width:875px;
  height:520px;
}
#videos .prev_page, #videos .next_page {
  background:#333333 none repeat scroll 0 0;
  font-size:52px;
  height:143px;
  line-height:133px;
  position:absolute;
  text-align:center;
  text-decoration:none;
  width:30px;
  top:188px;
}
  #videos .prev_page:hover, #videos .next_page:hover {
    background:#555;
  }
  #videos .prev_page {
    left:10px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
  }
  #videos .next_page {
    right:18px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
  }
#videos .video {
  position:relative;
  float:left;
  display:inline;
  border:3px solid #eee;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  margin:16px;
  width:180px;
  height:135px;
}
  #videos .video img {
    width:180px;
  }
  #videos .video .details {
    position:absolute;
    cursor:pointer;
    bottom:0px;
    left:0px;
    background:#333;
    color:#fff;
    width:100%;
    height:40px;
    background:url(/images/bg_trans/333_70pct.png);
  }
    #videos .video .details .title {
      height:40px;
      width:177px;
      font-size:16px;
      line-height:20px;
      position:absolute;
      top:0px;
      left:4px;
    }
      #videos .video .details .title a {
        color:#fff;
      }
    #videos .video .details .date {
      display:none;
      position:absolute;
      top:88px;
      left:4px;
      border:1px solid #777;
      background:#444;
      -moz-border-radius:3px;
      -webkit-border-radius:3px;
      border-radius:3px;
      width:40px;
      height:40px;
    }
      #videos .video .details .date .month {
        display:block;
        text-transform:uppercase;
        font-weight:bold;
        text-align:center;
        color:#ccc;
      }
      #videos .video .details .date .day {
        display:block;
        text-align:center;
        font-size:20px;
        margin-top:5px;
        font-weight:bold;
      }
    #videos .video .details .contributor {
      left:60px;
      position:absolute;
      top:88px;
      width:120px;
      z-index:5;
    }
    
    #videos .video .details.hovered {
      background:url(/images/bg_trans/333_90pct.png);
    }
    #videos .video .details.hovered .title {
      height:60px;
    }
    #videos .video .details.hovered .date {
      display:block;
    }
    #videos .video .details.hovered .contributor {
      display:block;
    }

#videos #bottom {
  width:840px;
  background:#222;
  margin:0px 0px 15px 15px;
  border:1px solid #444;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}
#videos #bottom .label {
  text-align:center;
  font-size:15px;
  margin-top:8px;
}
#videos .will_paginator {
  display:table;
  margin:10px auto;
}
#videos .will_paginator a,
#videos .will_paginator span {
  float:left;
  margin:0px 10px;
}
#videos .will_paginator a.arrow {
  display:none;
}
#videos .will_paginator a.page,
#videos .will_paginator span {
  background:#666666 none repeat scroll 0 0;
  color:#FFFFFF;
  font-size:16px;
  height:30px;
  line-height:30px;
  margin-top:10px;
  text-align:center;
  width:30px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}
  #videos .will_paginator a.page:hover {
    background:#888;
    text-decoration:none;
  }
  
#videos .will_paginator span.current {
  background:none;
  font-size:36px;
  line-height:42px;
  font-weight:bold;
  margin:3px 15px;
  width:auto;
}
#videos .will_paginator span.disabled {
  display:none;
}
#videos .will_paginator .ellipsis {
  background:none;
  margin:10px 5px 0px 5px;
}