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

.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_left_arrow.png') no-repeat 0px 0px;
  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_right_arrow.png') no-repeat 0px 0px;
  right: -25px;
}

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

.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/gradient_left.png') no-repeat 0px center;
}

.tmz-carousel .gradient-right {
  position: absolute;
  right: 0px;
  background: transparent url('../images/video_carousels/gradient_right.png') no-repeat 20px center;
}

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

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

.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 .carousels-return {
  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: 133px;
  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;
}

/* remove once using TmzImageView */
.tmz-gallery-thumb.tmz-search-gallery-thumb > .image > img {
  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: 16px 15px 0 0;
  float: left;
  width: 248px;
  margin-right: 16px;
  height: 219px;
  cursor: pointer;
}

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

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

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

.tmz-video-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-video-thumb > .header > .title > .duration {
  font-family: Arial, sans-serif;
  font-size: 15px; font-size: 1.5rem;
  font-weight: lighter;
  color: #7d7d7d;
  padding: 0;
  margin: 0;
}

.tmz-video-thumb > .play-button-overlay {
  position: absolute;
  z-index: 1;
  background: transparent url('../images/play-buttons/play_button_rr.png') no-repeat 9px 74px;
  height: 219px;
  width: 245px;
  cursor: pointer;
}

.tmz-video-thumb:hover > .play-button-overlay {
  background: transparent url('../images/play-buttons/play_button_rr_hover.png') no-repeat 9px 74px;
}

.tmz-video-thumb.left-edge > .play-button-overlay, .tmz-video-thumb.right-edge > .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 > .image {
  height: 230px;
  width: 322px;
}

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

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

.tmz-video-thumb.tmz-search-video-thumb > .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 > .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;
}

.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 .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;
}

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

.tmz-gallery .single-view, .tmz-gallery .grid-view {
  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.png) no-repeat -46px -0px;
  margin-right: 19px;
  cursor: pointer;
}
.tmz-gallery .next.hover {
  background: transparent url(../images/tmz_gallery/nav_sprite.png) no-repeat -46px -443px;
}

.tmz-gallery .prev {
  background: transparent url(../images/tmz_gallery/nav_sprite.png) no-repeat -0px -0px;
  margin-left: 19px;
  cursor: pointer;
}
.tmz-gallery .prev.hover {
  background: transparent url(../images/tmz_gallery/nav_sprite.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: 525px;
  left: 29px;
}

.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 > .image {
  width: 548px;
  height: 480px;
  position: relative;
}
.tmz-gallery .credit {
  text-align: right;
  width: 548px;
  font-size: 10px;
  color: grey;
  height: 14px;
  margin-top: 3px;
  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;
}

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

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

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

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


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

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

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

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

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

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

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

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

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


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

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


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

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

