.tmz-carousel {
  position: relative;
  height: 302px;
  width: 998px;
  overflow:none;
}

 .photos-section .tmz-carousel {
  height: 406px;
 }

.tmz-carousel .arrow {
  cursor:pointer;
  position: absolute;
  z-index: 1000;
  width: 44px;
  height: 54px;
  top: 137px;
}

.tmz-carousel .left-arrow {
  background: transparent url(../images/video_carousels/carousel-sprite.png) no-repeat 0 0; width: 44px; height: 54px;
  cursor:pointer;
  position: absolute;
  z-index: 1000;
  width: 44px;
  height: 54px;
  left: -24px;
  top: 137px;
}

.tmz-carousel .right-arrow {
  background: transparent url(../images/video_carousels/carousel-sprite.png) no-repeat 0 -104px; width: 44px; height: 54px;
  right: -25px;
}

.tmz-carousel .right-arrow {
  background: transparent url(../images/video_carousels/carousel-sprite.png) no-repeat 0 -104px; width: 44px; height: 54px;
  right: -25px;
}

.tmz-carousel div.ajax-loader {
  width: 32px;
  height: 32px;
  background: white url(../images/ajax-loader.gif) no-repeat;
  position: absolute;
  top: 148px;
  right: 34px;
}

.tmz-carousel > .list {
  border-top: 1px solid #999999;
  border-bottom: 1px solid black;
  height: 248px;
}

.photos-section .tmz-carousel > .list {
  height: 352px;
}

.tmz-carousel > .header {
  height: 28px;
  font-weight: bold;
}

.tmz-carousel > .header > .title {
  float: left;
  /* remove when you see this: background: transparent url('../images/video_carousels/tiny_arrow.png') no-repeat center right; */
  font-size: 20px; font-size: 2rem;
  font-style: italic;
  font-weight: bold;
  padding: 0 17px 0 0;
  margin: 0;
  color: #cf0000;
  text-transform:uppercase;
}

.tmz-carousel .gradient {
  position: absolute;
  top: 20px;
  width: 68px;
  height: 257px;
  z-index: 10;
}

.tmz-carousel .gradient-left {
  position: absolute;
  left: 0px;
  background: transparent url(../images/video_carousels/carousel-sprite.png) no-repeat 0 -208px; width: 68px; height: 257px; 
}

.tmz-carousel .gradient-right {
  position: absolute;
  right: 0px;
  background: transparent url(../images/video_carousels/carousel-sprite.png) no-repeat 0 -515px; width: 68px; height: 257px;
}

.tmz-carousel div {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.tmz-carousel p {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}

.tmz-infinipager {
  margin-bottom: 36px;
  min-height: 62px;
  clear: both;
}

.tmz-infinipager div {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.tmz-infinipager p {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}

.tmz-infinipager > .next-gradient {
  position:absolute;
  background: transparent url(../images/infinipager/infinipager-sprite.png) repeat-x 0 0; 
  width: 998px;
  height: 62px;
  bottom: -6px;
}
  
.tmz-infinipager > .next-tab {
  position:absolute;
  background: transparent url(../images/infinipager/infinipager-sprite.png) no-repeat 0 -204px; 
  cursor: pointer;
  width: 152px;
  height: 42px;
  left: 409px;
  bottom: -36px;
}

.tmz-infinipager > .next-tab:hover {
  background: transparent url(../images/infinipager/infinipager-sprite.png) no-repeat 0 -112px;
}

.tmz-infinipager > .next-tab > .label {
  margin: 10px 2px 0 5px;
  text-align: center;
  color: white;
  -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;
}



.tmz-search-carousel-pane div {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.tmz-search-carousel-pane p {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}

.tmz-search-carousel-pane .filterbar {
  position: relative;
  height: 34px;
  width: 998px;
  font-size: 11px; font-size: 1.1rem;
  color: #fff;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 15px;
}

.tmz-search-carousel-pane .filterbar .filters {
  background-color: #242424;
  width: 660px;
  height: 34px;
}

.tmz-search-carousel-pane .filterbar .search-frame {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent url(../images/search_frame.png) no-repeat 0 0;
  width: 322px;
  height: 34px;
}

.tmz-search-carousel-pane .filterbar input.search-input {
  background: transparent;
  padding-top: 0;
  width: 280px;
  position: absolute;
  top: 5px;
  left: 5px;
  border: 0;
  outline: none;
  color: #666666;
  font-style: italic;
  font-size: 22px; font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.tmz-search-carousel-pane .filterbar .filter {
  background-color: #242424;
  height: 24px;
  padding: 7px 8px 0 8px;
  float:left;
}

.tmz-search-carousel-pane .filterbar .filter .label {
  float: left;
  margin: 4px 0 0 0;
  -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;
}

.tmz-search-carousel-pane .filterbar .filter .filter-list {
  float: left;
  cursor:pointer;
  padding: 0 15px 0 0;
  margin-left: 5px;
  background: #242424 url(../images/downarrow.gif) no-repeat 69px 3px;
  border: 1px solid #8d8d8d;
  -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
  text-decoration:none;
}

.tmz-search-carousel-pane .filterbar .filter .filter-list .filter-item {
  cursor:pointer;
  background-color: #242424;
  z-index: 100;
  padding: 2px 3px 2px 3px;
  margin: 1px;
  -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;
}

.tmz-search-carousel-pane .return-from-search {
  text-decoration:none;
  position:absolute;
  top: 7px;
  left: 580px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  font-size: 11px; font-size: 1.1rem;
  border: 1px solid #8d8d8d;
  padding: 3px 3px 3px 3px;
  -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
}

.tmz-search-carousel-pane .search-button {
  background: transparent url(../images/spyglass.png) no-repeat 0 0;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 100;
  right: 10px;
  top: 11px;
  cursor: pointer;
}

.tmz-search-carousel-pane .search-pane > .header > .title {
  width:700px;
  float:left;
  /* remove when you see this: background: transparent url('../images/video_carousels/tiny_arrow.png') no-repeat center right; */
  font-size: 20px; font-size: 2rem;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  padding: 0 17px 5px 0;
  margin: 0;
  letter-spacing: 0.07em;
  color: #cf0000;
}

.tmz-gallery-thumb {
  position: relative;
  margin: 0;
  padding: 16px 15px 0 0;
  float: left;
  width: 248px;
  margin-right: 16px;
  height: 219px;
  cursor: pointer;
}

.tmz-gallery-thumb > .image {
  height: 245px;
  width: 245px;
  border-bottom: 5px solid #cf0000;
}
.tmz-gallery-thumb:hover > .image {
  border-bottom: 5px solid #0B5777;
}

.tmz-gallery-thumb > .header {
  width: 245px;
  height: 35px;
  padding: 8px 0px 10px 0;
}

.tmz-gallery-thumb > .header > .title {
  padding: 0;
  margin: 0;
  color: #242424;
  font-size: 15px;font-size: 1.5rem;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 1.3;
}

.tmz-gallery-thumb > .header > .duration {
  font-family: Arial, sans-serif;
  font-size: 15px; font-size: 1.5rem;
  font-weight: lighter;
  color: #7d7d7d;
  padding: 0;
  margin: 0;
}


.tmz-gallery-thumb.tmz-search-gallery-thumb {
  background: transparent;
  height: 324px;
  width: 322px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.tmz-gallery-thumb.tmz-search-gallery-thumb > .image {
  height: 230px;
  width: 322px;
}

.tmz-gallery-thumb.tmz-search-gallery-thumb .play-button-overlay {
  background: transparent url('../images/play-buttons/play_button_video_landing.png') no-repeat 10px 150px;
  height: 265px;
  width: 322px;
}

.tmz-gallery-thumb.tmz-search-gallery-thumb:hover .play-button-overlay {
  background-image: url('../images/play-buttons/play_button_video_landing_hover.png');
}

.tmz-video-thumb {
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  width: 245px;
  height: 251px;
  cursor: pointer;
}

.tmz-video-thumb > a > .image {
  height: 88px;
  width: 164px;
  border-bottom: 3px solid #cf0000;
}
.tmz-video-thumb:hover > a > .image {
  border-bottom: 3px solid #0B5777;
}

/* remove once using TmzImageView */
.tmz-video-thumb > a > .image > img {
  border: 0;
  width: 245px;
  height: 133px;
}

.tmz-video-thumb > a > .header {
  width: 100%;
  height: 35px;
  padding: 8px 0px 10px 0;
}

.tmz-video-thumb > a > .header > .title {
  padding: 0;
  margin: 0;
  color: #242424;
  font-size: 13px;font-size: 1.3rem;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 1.3;
}

.tmz-video-thumb > a > .header > .title > .duration {
  font-size: inherit;
  font-weight: lighter;
  color: #7d7d7d;
}


.tmz-video-thumb > a >.play-button-overlay {
  position: absolute;
  z-index: 1;
  background: transparent url('../images/play-button-sprite.png')  0 -556px no-repeat;
  height: 31px;
  width: 29px;
  left: 10px;
  top: 53px;
  cursor: pointer;
  z-index: 100;
}

.tmz-video-thumb:hover > a >.play-button-overlay {
  background: transparent url('../images/play-button-sprite.png')  0 -612px no-repeat;
}

.tmz-video-thumb.left-edge > a > .play-button-overlay, .tmz-video-thumb.right-edge > a > .play-button-overlay
{
  display:none;
}

.tmz-video-thumb.tmz-search-video-thumb {
  background: transparent;
  height: 324px;
  width: 322px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.tmz-video-thumb.tmz-search-video-thumb > a > .image {
  height: 230px;
  width: 322px;
}

/* remove once using TmzImageView */
.tmz-video-thumb.tmz-search-video-thumb > a > .image > img {
  height: 230px;
  width: 322px;
}

.tmz-video-thumb.tmz-search-video-thumb > a > .header > .title {
  width: 322px;
}

.tmz-video-thumb.tmz-search-video-thumb > a > .play-button-overlay {
  background: transparent url('../images/play-buttons/play_button_video_landing.png') no-repeat 10px 150px;
  height: 324px;
  width: 322px;
}

.tmz-video-thumb.tmz-search-video-thumb:hover > a > .play-button-overlay {
  background-image: url('../images/play-buttons/play_button_video_landing_hover.png');
}

.tmz-gallery-grid-thumb {
  cursor: pointer;
}

.tmz-gallery-grid-thumb > .image {
  width: 169px;
  height: 128px;
}

.tmz-gallery-grid-thumb > .image {
  border-bottom: 4px solid #CF0000;
}

.tmz-gallery-grid-thumb.selected > .image {
  border: 1px solid #CF0000;
  border-bottom: 4px solid #CF0000;
  padding: 0;
}

.tmz-gallery-grid-thumb:hover > .image {
  border-bottom: 4px solid #0B5777;
}

.tmz-gallery-grid-thumb.selected:hover > .image {
  border-bottom: 4px solid #CF0000 !important;
}

/* CRZ: because tmz-video-footer-thumb has an a tag it will not inherit styles from tmz-video-thumb. we can reconcile this when we make all carousels the same */
.tmz-video-footer-thumb, .tmz-video-playlist-thumb {
  padding: 0;
  margin: 0;
  background-color:black; 
  position:relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.tmz-video-thumb > a, .tmz-video-footer-thumb > a, .tmz-video-playlist-thumb > a {
  text-decoration: none;
}

.tmz-video-footer-thumb .header {
  width: 192px;
  height: 31px;
  padding: 9px 8px 7px 9px;
  font-size: 15px;font-size: 1.5rem;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 1.3;
}

.tmz-video-footer-thumb a .header .title, .tmz-video-footer-thumb.tmz-video-thumb a .header > .title > .duration,
.tmz-video-playlist-thumb a .header .title, .tmz-video-footer-thumb.tmz-video-playlist-thumb a .header > .title > .duration {
  font-family: Arial, sans-serif;
  color: white;
  font-weight: bold;
  padding: 0;
  margin: 0;
  font-size: 14px;font-size: 1.4rem;
  line-height: 1.1em;
}

.tmz-video-playlist-thumb > a > .header > .title {
  color: black;
}

html.lightbox .tmz-video-playlist-thumb .header .title {
  color: white;
}


.tmz-video-footer-thumb .header .title .duration, .tmz-video-playlist-thumb .header .title .duration {
  color: white;
  font-weight: lighter;
  color: #7d7d7d;
}

.tmz-video-footer-thumb .play-button, .tmz-video-playlist-thumb .play-button {
  position: absolute;
  background: transparent url('../images/play-button-sprite.png')  0 -556px no-repeat;
  height: 31px;
  width: 29px;
  left: 15px;
  top: 127px;
  cursor: pointer;
  z-index: 100;
}

.tmz-video-footer-thumb a:hover .play-button, .tmz-video-playlist-thumb a:hover .play-button {
  background: transparent url('../images/play-button-sprite.png')  0 -612px no-repeat;
}

.tmz-video-footer-thumb .image, .tmz-video-playlist-thumb .image {
  border-bottom: 5px solid #cf0000;
  height: 120px;
  width: 210px;
}

.tmz-video-footer-thumb > a:hover > .image {
  border-bottom: 5px solid #0B5777;
}

.tmz-video-playlist-thumb > a:hover > .image {
  border-bottom: 4px solid #0B5777;
}

/****/
.tmz-video-playlist-thumb {
  background-color: transparent;
}

.tmz-video-playlist-thumb > a {
  display: block;
  padding: 18px 0;
}

.tmz-video-playlist-thumb > a > .play-button {
  top: 42px;
  left: 10px;
}

.tmz-video-playlist-thumb > a > .image, .tmz-video-playlist-thumb > a > .header {
  float: left;
}

.tmz-video-playlist-thumb > a > .header {
  color: white;
  margin-left: 15px;
  width: 165px;
}

.tmz-video-playlist-thumb > a > .image {
  border-bottom: 4px solid #cf0000;
  height: 59px;
  width: 113px;
}


.tmz-gallery {
  position: relative;
  width: 998px;
  /*height: 620px;*/
}

.tmz-gallery div {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.tmz-gallery p {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}

.tmz-gallery .next, .tmz-gallery .prev {
  -webkit-user-select: auto; /* Safari behaves strangely when we set these to unselectable */
}

.tmz-gallery .header {
  position: relative;
  /*height: 100px;*/
}

.tmz-gallery .header > * {
  /*float: left;*/
}

.tmz-gallery .header .change-view-button {
  position: absolute;
  width: 102px;
  height: 32px;
  right: -3px;
  bottom: 10px;
  cursor: pointer;
}

.tmz-gallery .header .change-view-button.single-view-button {
  background: transparent url(../images/tmz_gallery/single_view_button.png);
}

.tmz-gallery .header .change-view-button.grid-view-button {
  background: transparent url(../images/tmz_gallery/grid_view_button.png);
}

.tmz-gallery .header .title {
  font-size: 30px; font-size: 3.0rem;
  font-weight: bold;
  width: 650px;
  padding-bottom: 3px;
}

.tmz-gallery > .header > .gallery-sharing {
  position: absolute;
  bottom: 17px;
  right: 105px;
  width: 215px;
  height: 43px;
}

.tmz-gallery > .header > .gallery-sharing > p, .tmz-gallery > .single-view > .image-sharing > p {
  font-size: 11px; font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.tmz-gallery > .single-view > .image-sharing > p {
  color: white;
  padding: 4px 10px 0 0;
}

.tmz-gallery > .header > .gallery-sharing > .fb_share {
  float: left;
  margin: 1px 10px 0 0;
  width: 75px;
}

.tmz-gallery > .header > .gallery-sharing > .twitter {
  float: left;
  width: 100px;
}

.tmz-gallery .single-view, .tmz-gallery .grid-view, .tmz-gallery .end-slate {
  background-color: black;
  height: 550px;
}
.tmz-gallery .next, .tmz-gallery .prev {
  float: left;
  display: block;
  width: 46px;
  height: 443px;
  margin: 38px 0;
}

.tmz-gallery .grid-view .left, .tmz-gallery .grid-view .right {
  width: 128px;
  height: 100%;
  float: left;
} 

.tmz-gallery .next {
  background: transparent url(../images/tmz_gallery/nav_sprite-reverse.png) no-repeat -46px -0px;
  margin-right: 19px;
  cursor: pointer;
}
.tmz-gallery .next.hover {
  background: transparent url(../images/tmz_gallery/nav_sprite-reverse.png) no-repeat -46px -443px;
}

.tmz-gallery .prev {
  background: transparent url(../images/tmz_gallery/nav_sprite-reverse.png) no-repeat -0px -0px;
  margin-left: 19px;
  cursor: pointer;
}
.tmz-gallery .prev.hover {
  background: transparent url(../images/tmz_gallery/nav_sprite-reverse.png) no-repeat -0px -443px;  
}

.tmz-gallery .single-view {
  position: relative;
}

.tmz-gallery .single-view .image-wrapper {
  float: left;
  width: 548px;
  height: 480px;
  margin: 20px 0;
}

.tmz-gallery > .single-view > .right {
  float: right;
}

.tmz-gallery > .single-view > .right > .meta {
  color: white;
  height: 210px;
  width: 300px;
  margin: 20px 20px 0px 0;
  line-height: 1.5;
  position: relative;
}

.tmz-gallery > .single-view > .image-sharing {
  position: absolute;
  top: 506px;
  left: 29px;
  z-index: 1;
}

.tmz-gallery > .single-view > .image-sharing > * {
  float: left;
  min-height: 1px;
}

.tmz-gallery > .single-view > .image-sharing > div.stumbleupon {
  width: 110px;
}

.tmz-gallery > .single-view > .image-sharing > div.tumblr {
  width: 125px;
}

.tmz-gallery > .single-view > .image-sharing > div.fb_share {
  width: 105px;
}

.tmz-gallery > .single-view > .right > .meta .image_count {
  font-size: 18px;
}

.tmz-gallery > .single-view > .right > .meta .image_count .current_index {
  font-size: 30px;
}

.tmz-gallery .meta .image_count .current_index .pound {
  font-size: 14px;
  vertical-align: super;
}

.tmz-gallery .meta .title {
  font-size: 18px;
  font-weight: bold;
}

.tmz-gallery .meta .caption {
  font-size: 14px;
  height: 200px;
  overflow: hidden;
  margin: 0 auto;
}

.tmz-gallery .right .ad {
  position: absolute;
  overflow: hidden;
  width: 300px;
  height: 250px;
  bottom: 20px;
}

.tmz-gallery .grid-view .prev {
  margin-left: 82px;
}

.tmz-gallery .grid-view .next {
  margin-right: 82px;
}

.tmz-gallery .grid-view .grid {
  margin: 23px 0;
  float: left;
}

.tmz-gallery .image-wrapper {
  position: relative;
  margin: 0 auto;
  width: 548px;
}
.tmz-gallery .interstitial_ad_wrapper {
  position: absolute;
  top:0;left:0;
  width: 100%;
  height: 480px;
  display: none;
  z-index: 100;
}
.tmz-gallery .interstitial_ad {
  margin: 118px auto 0 auto;
  width: 300px;
  height: 250px;
}
.tmz-gallery > .single-view > .image-wrapper > .poll {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -274px;
  z-index: 1; /* why doesn't this default to 1? */
}
.tmz-gallery > .single-view > .image-wrapper > .image {
  width: 548px;
  height: 480px;
  position: relative;
  cursor: pointer;
}
.tmz-gallery .credit {
  text-align: right;
  width: 548px;
  font-size: 10px;
  color: grey;
  height: 14px;
  margin-top: 6px;
  margin-bottom: 5px;
  height: 13px;
  overflow: hidden;
}

.tmz-gallery .single-view .image .poll {
  position: absolute;
  background: transparent;
}
.position-n {
  top: 0;
  left: 0;
}
.position-s {
  bottom: 0;
  left: 0;
}

/**** Zoomview! ****/

.zoomview .image {
  cursor: move;
}

.zoomview_controls {
  display:none;
}

.zoomview .zoomview_controls {
  background: transparent url(../images/tmz_gallery/zoomview_logo.png) no-repeat top left;
  width: 87px;
  height: 73px;
  padding-top: 76px;
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000; /* above zoom big */
}

.zoomview .zoomspots li {
  background: transparent url(../images/tmz_gallery/zoomview_zoomspot.png) no-repeat;
  width: 88px;
  height: 21px;
  margin-left: -1px;
  margin-bottom: 3px;
}
.zoomview .zoomspots li a {
  color: white;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 0 0 9px;
  font-weight: bold;
}

.zoomview .plus {
  display: block;
  float: right;
  background: transparent url(../images/tmz_gallery/zoomview_plus.png) no-repeat;
  width: 22px;
  height: 22px;
}

.zoomview .minus {
  display: block;
  float: right;
  background: transparent url(../images/tmz_gallery/zoomview_minus.png) no-repeat;
  width: 22px;
  height: 22px;
  margin-left: 4px;
}

.cloud-zoom-big {
  overflow:hidden;
}

.cloud-zoom-loading {
  color:white;  
  background:#222;
  padding:3px;
  border:1px solid #000;
}

html.lightbox .tmz-gallery > .header > .gallery-sharing {
  width: 200px;
}

html.lightbox .tmz-gallery > .single-view > .image-sharing {
  left: 17px;
}

html.lightbox .tmz-gallery .grid-view .left, html.lightbox .tmz-gallery .grid-view .right {
  width: 102px;
}

html.lightbox .tmz-gallery > .single-view > .right {
  padding-right: 5px;
}


html.lightbox .tmz-gallery, html.lightbox .tmz-gallery .single-view, html.lightbox .tmz-gallery .grid-view, html.lightbox .tmz-gallery .end-slate {
  background-color: #1c1c1c;
  color: white;
}

html.lightbox .tmz-gallery {
  width: 941px;
}

html.lightbox .tmz-gallery .header .change-view-button.single-view-button {
  background: transparent url(../images/tmz_gallery/single_view_button_dark.png);
}

html.lightbox .tmz-gallery .header .change-view-button.grid-view-button {
  background: transparent url(../images/tmz_gallery/grid_view_button_dark.png);
}

html.lightbox .tmz-gallery .header .title {
  padding-left: 15px;
  width: 595px;
}

html.lightbox .tmz-gallery .next, html.lightbox .tmz-gallery .prev {
  width: 32px;
}

html.lightbox .tmz-gallery .next {
  margin-right: 7px;
  background-position-x: -60px;
}

html.lightbox .tmz-gallery .single-view .prev {
  margin-left: 7px;
}

html.lightbox .tmz-gallery .grid-view .prev {
  margin-left: 70px;
}


html.lightbox .tmz-gallery .header .change-view-button {
  right: 12px;
}

html.lightbox .tmz-gallery .single-view .meta {
  margin: 0;
}

html.lightbox .tmz-gallery .more-galleries {
  display: block;
  width: 162px;
  height: 34px;
  background: transparent url(../images/tmz_gallery/more-galleries.png);
}

html.lightbox .tmz-gallery .single-view .more-galleries {
  position: absolute;
  top: 532px;
  left: 427px;
}

.tmz-gallery .restart {
  display: block;
  width: 90px;
  height: 22px;
  background: transparent url(../images/tmz_gallery/restart.png);
  cursor: pointer;
}

.tmz-gallery .end-slate {
  margin: 0;
  height: 535px;
  color: white;
  padding: 15px 0 0 20px;
}

html.lightbox .tmz-gallery .end-slate {
  margin: 0 0 0 10px;
  padding: 0;
  height: 497px;
}


.tmz-gallery .end-slate .recent-galleries {
  float: right;
  width: 300px;
  margin-right: 20px;
}

.tmz-gallery .end-slate .recent-galleries p {
  font-size: 12px;
  margin-bottom: 25px;
  font-weight: bold;
}

.tmz-gallery .end-slate .recent-galleries .image {
  width: 45px;
  float: left;
  margin-right: 10px;
}

.tmz-gallery .end-slate .recent-galleries a {
  color: white;
}

.tmz-gallery .end-slate .recent-galleries .title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  padding-top: 4px;
}

.tmz-gallery .end-slate .next-gallery {
  width: 585px;
  border-top: 1px dotted #333;
  height: 195px;
  margin-top: 5px;
}

.tmz-gallery .end-slate .thumb {
  margin: 21px 0 0 18px;
  width: 150px;
  height: 150px;
  float: left;
}

.tmz-gallery .end-slate .next-gallery .title {
  margin: 18px 0 0 187px;
  font-size: 24px;
  text-transform: uppercase;
  font-style: italic;
  display: block;
  color: white;
}

.tmz-gallery .end-slate .related-galleries {
  width: 585px;
}

.tmz-gallery .end-slate .related-galleries p {
  color: #CF0000;
  border-top: 4px solid #CF0000;
  text-transform: uppercase;
  font-style: italic;
  padding-top: 4px;
  font-weight: bold;
}

.tmz-gallery .end-slate .related-galleries .list {
  margin-top: 20px;
}

.tmz-gallery .end-slate .related-galleries .list .image {
  border-bottom: 4px solid #CF0000;
}

.tmz-gallery .end-slate .related-galleries .list a {
  color: white;
  font-size: 12px;
  line-height: 1.4;
}

.tmz-gallery .end-slate .related-galleries .list .title {
  margin-top: 4px;
  font-weight: bold;
}

.tmz-gallery .end-slate .more-galleries {
  margin: 20px 0 0 363px;
}




.tmz-image img {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}

.tmz-image {
  overflow: hidden;
  position: relative;
}

.tmz-lightbox .frame {
  background-color: white;
  overflow: hidden;
  position: relative;
  width: 941px;
  border: 5px solid black;
  top: -5px;
  right: -5px;
}

.tmz-lightbox {
  position: absolute;
  margin: 0 auto;
  opacity: 1;
  z-index: 999999;
}

.tmz-lightbox-modal-trap {
  position: absolute;
  display:block;
  width: 100%;
  opacity: .5;
  background-color: black;
  left: 0;
  top: 0;
  z-index: 999998;
}

.tmz-lightbox .close {
  background: transparent url(../images/tmz_lightbox/close_button.png) no-repeat 0 0;
  width: 34px;
  height: 34px;
  z-index: 100;
  position: absolute;
  top: -20px;
  right: -21px;
  cursor: pointer;
}

.tmz-lightbox .frame iframe {
  overflow: hidden;
  width: 941px;
  border: 0;
  height: 100% !important;
}

.tmz-lightbox .shadow {
  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* ie8 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); /* ie 5.5 - 7 */
}

.tmz-nested-tabs-picker {
  position: relative;
}

.tmz-nested-tabs-picker .search-frame {
  position: absolute;
  right: 0;
  top: 0;
  width: 168px;
  height: 22px;
}

.tmz-nested-tabs-picker input.search-input {
  background: transparent;
  width: 131px;
  position: absolute;
  padding: 5px 25px 5px 5px;
  top: 5px;
  right: 0;
  outline: none;
  color: #cc1900;
  font-size: 11px; font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.tmz-nested-tabs-picker .return-from-search {
  text-decoration:none;
  position:absolute;
  top: 9px;
  right: 170px;
  color: #b3b3b3;
  font-weight: bold;
  cursor: pointer;
  font-size: 11px; font-size: 1.1rem;
  border: 1px solid #8d8d8d;
  padding: 3px 3px 3px 3px;
  -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
}

.tmz-nested-tabs-picker .search-button {
  background: transparent url(../images/spyglass.png) no-repeat 0 0;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 100;
  right: 10px;
  top: 11px;
  cursor: pointer;
}

.tmz-nested-tabs-picker .search-pane {
  border: 1px solid #b3b3b3;
  border-bottom: none;
}

.tmz-nested-tabs-picker .search-pane > .header > .title {
  width:961px;
  background-color: #f3f3f3;
  float:left;
  font-size: 20px; font-size: 2rem;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  padding: 16px 17px 5px 18px;
  margin: 0;
  letter-spacing: 0.07em;
  color: #cf0000;
}

.tmz-nested-tabs-picker .tmz-tabbed > .tabs > .tab {
  cursor:pointer;
}

.tmz-nested-tabs-picker .tmz-video-thumb {
  padding: 0 !important;
  margin: 0 !important;
  height: 142px !important;
}

.tmz-nested-tabs-picker .tmz-video-thumb > a > .image {
  height: 79px;
  width: 146px;
}

.tmz-nested-tabs-picker .tmz-video-thumb > a > .header {
  width: 146px;
  padding-top: 5px;
}

.tmz-nested-tabs-picker .tmz-video-thumb > a > .header > .title, .tmz-nested-tabs-picker .tmz-video-thumb > a > .header > .title > .duration {
  font-size: 10px; font-size: 1.0rem;
  font-weight: bold;
}

.tmz-nested-tabs-picker .tmz-video-thumb a .play-button-overlay {
  overflow: hidden;
  position: absolute;
  background: transparent url('../images/play-button-sprite.png')  0 -556px no-repeat;
  height: 31px;
  width: 29px;
  left: 10px;
  top: 45px;
  cursor: pointer;
  z-index: 100;
}

.tmz-nested-tabs-picker .tmz-video-thumb:hover a .play-button-overlay {
  background: transparent url('../images/play-button-sprite.png')  0 -611px no-repeat;
}

.tmz-nested-tabs-picker > .categories > .tmz-tabbed > .tabs > .tab {
  background-color: #f3f3f3;
  color: #8d8d8d;
  font-weight: bold;
  font-size: 22px; font-size: 2.2rem;
  padding: 6px 15px 5px 15px;
  margin-right: 2px;
  letter-spacing: 0.05em;
}

.tmz-nested-tabs-picker > .categories > .tmz-tabbed > .tabs > .tab.selected {
  background-color: #b3b3b3;
  color: white;
  text-shadow: 0.05em 0.05em 0.2em #333;
}

.tmz-nested-tabs-picker > .categories > .tmz-tabbed .tmz-tabbed > .tabs > .tab.selected {
  background-color: #f3f3f3;
}
.tmz-nested-tabs-picker > .categories > .tmz-tabbed .tmz-tabbed > .tabs {
  border: 1px solid #c0c0c0;
  border-top: none;
  border-right: 1px solid #f3f3f3;
  width: 180px;
  padding-top: 18px;
}

.tmz-nested-tabs-picker > .categories > .tmz-tabbed .tmz-tabbed > .views {
  width: 816px;
 }

.tmz-nested-tabs-picker > .categories > .tmz-tabbed .tmz-tabbed > .tabs > .tab {
  color: #4c4c4c;
  font-size: 16px; font-size: 1.6rem;
  padding: 5px 0px 4px 34px;
  font-weight: bold;

}

.tmz-nested-tabs-picker .categories .tmz-infinipager {
  border-right: 1px solid #c0c0c0;
}

.tmz-nested-tabs-picker .categories .tmz-infinipager.showing-all-rows {
  border-bottom: 1px solid black;
} 

.tmz-nested-tabs-picker .tmz-infinipager .tmz-slide-grid {
  padding: 18px 19px;
  border-top: #cacaca;
  background-color: #f3f3f3;
}


.tmz-nested-tabs-picker > .categories > .tmz-tabbed > .views {
  border-top: 1px solid #c0c0c0;
}

.tmz-nested-tabs-picker .tmz-infinipager > .next-gradient {
  width: 100%;
}

.tmz-nested-tabs-picker .tmz-infinipager > .next-tab {
  margin-left: -2px; /* CRZ: move to tmz_infinipager.css after reconciliation */
}

